Changeset 12308 for trunk/wp-admin/edit.php
- Timestamp:
- 12/01/2009 08:00:33 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit.php
r12231 r12308 169 169 printf( _n( 'Post moved to the trash.', '%s posts moved to the trash.', $_GET['trashed'] ), number_format_i18n( $_GET['trashed'] ) ); 170 170 $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 />'; 172 172 unset($_GET['trashed']); 173 173 }
Note: See TracChangeset
for help on using the changeset viewer.