Changeset 16696 for trunk/wp-includes/functions.php
- Timestamp:
- 12/02/2010 09:45:47 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r16660 r16696 2597 2597 $trans['activate']['plugin'] = array( __( 'Your attempt to activate this plugin: “%s” has failed.' ), 'use_id' ); 2598 2598 $trans['deactivate']['plugin'] = array( __( 'Your attempt to deactivate this plugin: “%s” has failed.' ), 'use_id' ); 2599 $trans['upgrade']['plugin'] = array( __( 'Your attempt to up grade this plugin: “%s” has failed.' ), 'use_id' );2599 $trans['upgrade']['plugin'] = array( __( 'Your attempt to update this plugin: “%s” has failed.' ), 'use_id' ); 2600 2600 2601 2601 $trans['add']['post'] = array( __( 'Your attempt to add this post has failed.' ), false );
Note: See TracChangeset
for help on using the changeset viewer.