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
This commit is contained in:
parent
06b0176541
commit
b79ec28fef
|
@ -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