Changeset 23483 for trunk/wp-admin/includes/ajax-actions.php
- Timestamp:
- 02/25/2013 06:35:05 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/ajax-actions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/ajax-actions.php
r23481 r23483 656 656 657 657 if ( empty( $tags ) ) 658 wp_die( isset( $tax->no_tagcloud ) ? $tax->no_tagcloud : __('No tags found!'));658 wp_die( $tax->labels->no_tagcloud ); 659 659 660 660 if ( is_wp_error( $tags ) )
Note: See TracChangeset
for help on using the changeset viewer.