From b8805d7f22d448fd6ee47c1c16a9da9af552c061 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: http://core.svn.wordpress.org/trunk@24045 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 = '' ) {