Make WordPress Core

Changeset 24045


Ignore:
Timestamp:
04/22/2013 02:36:43 PM (10 years ago)
Author:
SergeyBiryukov
Message:

Correct phpdoc for get_content_quote(). props kovshenin. see #24009.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/post-formats.php

    r24043 r24045  
    687687 * @param string $content A string which might contain chat data, passed by reference.
    688688 * @param bool $remove (optional) Whether to remove the quote from the content.
    689  * @param string $replace (optional) Content to replace the quote content with if $remove is set to true.
     689 * @param string $replace (optional) Content to replace the quote content with.
    690690 * @return string The quote content.
    691691 */
Note: See TracChangeset for help on using the changeset viewer.