Make WordPress Core


Ignore:
Timestamp:
03/18/2008 05:04:18 AM (17 years ago)
Author:
ryan
Message:

Add explanatory text for upgrade plugin nonce. Props DD32. see #5586

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/functions.php

    r7323 r7377  
    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 );
Note: See TracChangeset for help on using the changeset viewer.