From 27b762bb8eb5ec97c53427d920c07d3863f7a923 Mon Sep 17 00:00:00 2001 From: azaozz Date: Wed, 30 Jul 2008 09:18:59 +0000 Subject: [PATCH] Add "Page restored" message. Props Viper007Bond, fixes #7437 for 2.7 git-svn-id: http://svn.automattic.com/wordpress/trunk@8506 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/edit-page-form.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-admin/edit-page-form.php b/wp-admin/edit-page-form.php index 89ac2b2911..a563032710 100644 --- a/wp-admin/edit-page-form.php +++ b/wp-admin/edit-page-form.php @@ -5,6 +5,7 @@ $messages[1] = sprintf( __( 'Page updated. Continue editing below or View the autosave.' );