From 2fc5044a80e2bd481ea7862e77c5e88aa4797175 Mon Sep 17 00:00:00 2001
From: westi
Date: Sun, 21 Sep 2008 21:10:14 +0000
Subject: [PATCH] post password admin template tag.
git-svn-id: http://svn.automattic.com/wordpress/trunk@8946 1a063a9b-81f0-0310-95a4-ce76da25c4cd
---
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 );
+}
?>