From 6e71a374278a6c881f997b07e3a4cdbd3b9f3f7e Mon Sep 17 00:00:00 2001 From: saxmatt Date: Thu, 6 Jan 2005 09:29:04 +0000 Subject: [PATCH] Show feedback that the post was saved. git-svn-id: http://svn.automattic.com/wordpress/trunk@2050 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/post.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/wp-admin/post.php b/wp-admin/post.php index 88354d3b9..708fdcd47 100644 --- a/wp-admin/post.php +++ b/wp-admin/post.php @@ -630,7 +630,11 @@ case 'editedcomment': default: $title = __('Create New Post'); require_once ('./admin-header.php'); - +?> + +

Post saved. View site »

+ +