Ticket #5586: 5586.11.diff

File 5586.11.diff, 1.0 kB (added by DD32, 4 months ago)
  • wp-includes/functions.php

    old new  
    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' );