From 2e29e004d2ba4fecf30563450c5130814fab4943 Mon Sep 17 00:00:00 2001 From: Peter Westwood Date: Sun, 21 Sep 2008 21:10:14 +0000 Subject: [PATCH] post password admin template tag. git-svn-id: https://develop.svn.wordpress.org/trunk@8946 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/edit-form-advanced.php | 2 +- wp-admin/edit-page-form.php | 2 +- wp-admin/includes/template.php | 15 ++++++++++++++- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/wp-admin/edit-form-advanced.php b/wp-admin/edit-form-advanced.php index 85ecc3edee..e16b0c68c2 100644 --- a/wp-admin/edit-form-advanced.php +++ b/wp-admin/edit-form-advanced.php @@ -369,7 +369,7 @@ function post_password_meta_box($post) {

-

+

-

+

">
- +
@@ -2386,4 +2386,17 @@ function find_posts_div($found_action = '') { post_password ) ) echo attribute_escape( $post->post_password ); +} ?>