Make WordPress Core


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

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

File:
1 edited

Legend:

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

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