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: https://develop.svn.wordpress.org/trunk@20672 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
9761a56833
commit
68616250c5
@ -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…
x
Reference in New Issue
Block a user