Make WordPress Core


Ignore:
Timestamp:
02/25/2013 06:35:05 PM (13 years ago)
Author:
SergeyBiryukov
Message:

Move 'no_tagcloud' argument to the taxonomy labels object. props DrewAPicture for initial patch. fixes #23597.

File:
1 edited

Legend:

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

    r23481 r23483  
    656656
    657657    if ( empty( $tags ) )
    658         wp_die( isset( $tax->no_tagcloud ) ? $tax->no_tagcloud : __('No tags found!') );
     658        wp_die( $tax->labels->no_tagcloud );
    659659
    660660    if ( is_wp_error( $tags ) )
Note: See TracChangeset for help on using the changeset viewer.