mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-03 15:08:10 +01:00
Ignore this. Just need an un-synced-to-GitHub commit so I can switch to using the new core.svn.wordpress.org URL.
git-svn-id: http://core.svn.wordpress.org/trunk@20672 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9bb0b895da
commit
38dffbfe04
@ -3059,7 +3059,7 @@ function wp_strip_all_tags($string, $remove_breaks = false) {
|
||||
if ( $remove_breaks )
|
||||
$string = preg_replace('/[\r\n\t ]+/', ' ', $string);
|
||||
|
||||
return trim($string);
|
||||
return trim( $string );
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user