Ticket #7437: 7437.patch

File 7437.patch, 0.6 kB (added by Viper007Bond, 4 months ago)
  • wp-admin/edit-page-form.php

    old new  
    55$messages[2] = __('Custom field updated.'); 
    66$messages[3] = __('Custom field deleted.'); 
    77$messages[4] = __('Page updated.'); 
     8$messages[5] = sprintf( __('Page restored to revision from %s'), wp_post_revision_title( $_GET['revision'], false ) ); 
    89 
    910$notice = false; 
    1011$notices[1] = __( 'There is an autosave of this page that is more recent than the version below.  <a href="%s">View the autosave</a>.' );