mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-03-30 18:24:31 +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:
@@ -427,10 +427,10 @@ case 'get-tagcloud' :
|
||||
die('-1');
|
||||
|
||||
$tags = get_tags( array( 'number' => 45, 'orderby' => 'count', 'order' => 'DESC' ) );
|
||||
|
||||
|
||||
if ( empty( $tags ) )
|
||||
die( __('No tags found!') );
|
||||
|
||||
|
||||
foreach ( $tags as $key => $tag ) {
|
||||
$tags[ $key ]->link = '#';
|
||||
$tags[ $key ]->id = $tag->term_id;
|
||||
@@ -440,9 +440,9 @@ case 'get-tagcloud' :
|
||||
|
||||
if ( empty($return) )
|
||||
die('0');
|
||||
|
||||
|
||||
echo $return;
|
||||
|
||||
|
||||
exit;
|
||||
break;
|
||||
case 'add-comment' :
|
||||
|
||||
Reference in New Issue
Block a user