Visibility section for the Publish Module for Pages

git-svn-id: https://develop.svn.wordpress.org/trunk@9641 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith
2008-11-12 19:31:39 +00:00
parent 31f0b9f7a0
commit 7b09b8e47b
4 changed files with 177 additions and 59 deletions
+1 -1
View File
@@ -165,7 +165,7 @@ if ( !empty( $post->post_password ) ) {
$visibility_trans = __('Private');
} elseif ( is_sticky( $post->ID ) ) {
$visibility = 'public';
$visibility_trans = __('Public, sticky');
$visibility_trans = __('Public, Sticky');
$sticky = 'sticky';
} else {
$visibility = 'public';