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
This commit is contained in:
parent
3685402f17
commit
b8805d7f22
|
@ -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 = '' ) {
|
||||
|
|
Loading…
Reference in New Issue