Ticket #7437: 7437.patch
| File 7437.patch, 0.6 kB (added by Viper007Bond, 4 months ago) |
|---|
-
wp-admin/edit-page-form.php
old new 5 5 $messages[2] = __('Custom field updated.'); 6 6 $messages[3] = __('Custom field deleted.'); 7 7 $messages[4] = __('Page updated.'); 8 $messages[5] = sprintf( __('Page restored to revision from %s'), wp_post_revision_title( $_GET['revision'], false ) ); 8 9 9 10 $notice = false; 10 11 $notices[1] = __( 'There is an autosave of this page that is more recent than the version below. <a href="%s">View the autosave</a>.' );
