From f4fff1321824a5abda6338af48c9a49e71863a2b Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Thu, 18 Sep 2008 06:24:45 +0000 Subject: [PATCH] the_password_form filter from dancoulter. fixes #7758 git-svn-id: https://develop.svn.wordpress.org/trunk@8926 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/post-template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/post-template.php b/wp-includes/post-template.php index e1cf67cbf7..04359f759b 100644 --- a/wp-includes/post-template.php +++ b/wp-includes/post-template.php @@ -923,7 +923,7 @@ function get_the_password_form() {

'; - return $output; + return apply_filters('the_password_form', $output); } /**