Changeset 10972 for trunk/wp-includes/functions.php
- Timestamp:
- 04/17/2009 01:11:31 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r10958 r10972 2245 2245 2246 2246 $trans['add']['category'] = array( __( 'Your attempt to add this category has failed.' ), false ); 2247 $trans['delete']['category'] = array( __( 'Your attempt to delete this category: "%s" has failed.' ), 'get_cat name' );2248 $trans['update']['category'] = array( __( 'Your attempt to edit this category: "%s" has failed.' ), 'get_cat name' );2247 $trans['delete']['category'] = array( __( 'Your attempt to delete this category: "%s" has failed.' ), 'get_cat_name' ); 2248 $trans['update']['category'] = array( __( 'Your attempt to edit this category: "%s" has failed.' ), 'get_cat_name' ); 2249 2249 2250 2250 $trans['delete']['comment'] = array( __( 'Your attempt to delete this comment: "%s" has failed.' ), 'use_id' );
Note: See TracChangeset
for help on using the changeset viewer.