Make WordPress Core


Ignore:
Timestamp:
12/09/2008 12:24:14 PM (17 years ago)
Author:
markjaquith
Message:

More informative error for when there are no popular tags. fixes #8522

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/admin-ajax.php

    r10116 r10142  
    430430   
    431431    if ( empty( $tags ) )
    432         die('0');
     432        die( __('No tags found!') );
    433433   
    434434    foreach ( $tags as $key => $tag ) {
Note: See TracChangeset for help on using the changeset viewer.