Fix reference to page as "post"

git-svn-id: http://svn.automattic.com/wordpress/trunk@7340 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
markjaquith 2008-03-17 03:18:17 +00:00
parent 8fe73691d6
commit 1ef02206f1

View File

@ -74,7 +74,7 @@ else
</select>
</p>
<p><label for="post_status_private" class="selectit"><input id="post_status_private" name="post_status" type="checkbox" value="private" <?php checked($post->post_status, 'private'); ?> /> <?php _e('Keep this post private') ?></label></p>
<p><label for="post_status_private" class="selectit"><input id="post_status_private" name="post_status" type="checkbox" value="private" <?php checked($post->post_status, 'private'); ?> /> <?php _e('Keep this page private') ?></label></p>
<?php
if ($post_ID) {