Make WordPress Core

Ticket #5586: 5586.11.diff

File 5586.11.diff, 981 bytes (added by DD32, 17 years ago)
  • wp-includes/functions.php

     
    13011301                $trans['edit']['plugin']       = array( __( 'Your attempt to edit this plugin file: "%s" has failed.' ), 'use_id' );
    13021302                $trans['activate']['plugin']   = array( __( 'Your attempt to activate this plugin: "%s" has failed.' ), 'use_id' );
    13031303                $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' );           
    13041305
    13051306                $trans['add']['post']          = array( __( 'Your attempt to add this post has failed.' ), false );
    13061307                $trans['delete']['post']       = array( __( 'Your attempt to delete this post: "%s" has failed.' ), 'get_the_title' );