Make WordPress Core


Ignore:
Timestamp:
12/01/2009 08:00:33 PM (17 years ago)
Author:
ryan
Message:

Standardize on 'Undo'. Props caesarsgrunt. fixes #11299

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-pages.php

    r12231 r12308  
    168168        printf( _n( 'Page moved to the trash.', '%s pages moved to the trash.', $_GET['trashed'] ), number_format_i18n( $_GET['trashed'] ) );
    169169        $ids = isset($_GET['ids']) ? $_GET['ids'] : 0;
    170         echo ' <a href="' . esc_url( wp_nonce_url( "edit-pages.php?doaction=undo&action=untrash&ids=$ids", "bulk-pages" ) ) . '">' . __('Undo?') . '</a><br />';
     170        echo ' <a href="' . esc_url( wp_nonce_url( "edit-pages.php?doaction=undo&action=untrash&ids=$ids", "bulk-pages" ) ) . '">' . __('Undo') . '</a><br />';
    171171        unset($_GET['trashed']);
    172172}
Note: See TracChangeset for help on using the changeset viewer.