From b79ec28fefece33ce5bc7a8886accc61aa0e5f43 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 22 Apr 2013 14:36:43 +0000 Subject: [PATCH] Correct phpdoc for get_content_quote(). props kovshenin. see #24009. git-svn-id: https://develop.svn.wordpress.org/trunk@24045 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/post-formats.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/post-formats.php b/wp-includes/post-formats.php index 9002881bfb..4896e7a40e 100644 --- a/wp-includes/post-formats.php +++ b/wp-includes/post-formats.php @@ -686,7 +686,7 @@ function the_post_format_chat() { * * @param string $content A string which might contain chat data, passed by reference. * @param bool $remove (optional) Whether to remove the quote from the content. - * @param string $replace (optional) Content to replace the quote content with if $remove is set to true. + * @param string $replace (optional) Content to replace the quote content with. * @return string The quote content. */ function get_content_quote( &$content, $remove = false, $replace = '' ) {