Ticket #5586: 5586.11.diff
File 5586.11.diff, 981 bytes (added by , 17 years ago) |
---|
-
wp-includes/functions.php
1301 1301 $trans['edit']['plugin'] = array( __( 'Your attempt to edit this plugin file: "%s" has failed.' ), 'use_id' ); 1302 1302 $trans['activate']['plugin'] = array( __( 'Your attempt to activate this plugin: "%s" has failed.' ), 'use_id' ); 1303 1303 $trans['deactivate']['plugin'] = array( __( 'Your attempt to deactivate this plugin: "%s" has failed.' ), 'use_id' ); 1304 $trans['upgrade']['plugin'] = array( __( 'Your attempt to upgrade this plugin: "%s" has failed.' ), 'use_id' ); 1304 1305 1305 1306 $trans['add']['post'] = array( __( 'Your attempt to add this post has failed.' ), false ); 1306 1307 $trans['delete']['post'] = array( __( 'Your attempt to delete this post: "%s" has failed.' ), 'get_the_title' );