Changeset 23484 for trunk/wp-admin/includes/ajax-actions.php
- Timestamp:
- 02/25/2013 07:39:38 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/ajax-actions.php
r23483 r23484 656 656 657 657 if ( empty( $tags ) ) 658 wp_die( $tax->labels->no _tagcloud );658 wp_die( $tax->labels->not_found ); 659 659 660 660 if ( is_wp_error( $tags ) )
Note: See TracChangeset
for help on using the changeset viewer.