mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-04 18:01:42 +01:00
Add view link to publish notice
git-svn-id: http://svn.automattic.com/wordpress/trunk@9555 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d4c55c25d6
commit
0e20f26fe7
@ -23,7 +23,7 @@ $messages[1] = sprintf( __( 'Post updated. Continue editing below or <a href="%s
|
||||
$messages[2] = __('Custom field updated.');
|
||||
$messages[3] = __('Custom field deleted.');
|
||||
$messages[4] = __('Post updated.');
|
||||
$messages[6] = __('Post published.');
|
||||
$messages[6] = sprintf(__('Post published. <a href="%s">View post</a>'), get_permalink($post_ID));
|
||||
$messages[7] = __('Post saved.');
|
||||
|
||||
if ( isset($_GET['revision']) )
|
||||
|
Loading…
Reference in New Issue
Block a user