mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-03-30 02:04:26 +00:00
Strip trailing whitespace
git-svn-id: https://develop.svn.wordpress.org/trunk@10150 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -163,7 +163,7 @@ for ( $i = 1; $i <= $count; $i++ ) {
|
||||
if ( function_exists('iconv') && ! empty( $charset ) ) {
|
||||
$content = iconv($charset, get_option('blog_charset'), $content);
|
||||
}
|
||||
|
||||
|
||||
// Captures any text in the body after $phone_delim as the body
|
||||
$content = explode($phone_delim, $content);
|
||||
$content = empty( $content[1] ) ? $content[0] : $content[1];
|
||||
|
||||
Reference in New Issue
Block a user