Skip to content

Commit b014973

Browse files
committed
remove line breaks
1 parent 8730661 commit b014973

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

includes/class-shortcodes.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ public static function excerpt( $atts, $content, $tag ) {
111111
/** This filter is documented in wp-includes/post-template.php */
112112
$excerpt = \apply_filters( 'the_content', $excerpt );
113113
$excerpt = \str_replace( ']]>', ']]>', $excerpt );
114-
115114
}
116115
}
117116

0 commit comments

Comments
 (0)