Make WordPress Core


Ignore:
Timestamp:
07/13/2015 09:29:35 PM (9 years ago)
Author:
DrewAPicture
Message:

Fix inline documentation syntax for two formatting functions added in 4.3.

See #32891.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/formatting.php

    r33187 r33225  
    323323 * @since 4.3.0
    324324 *
    325  * @param string $haystack The plain text to be searched.
    326  * @param string $needle The character to search for such as ' or ".
    327  * @param string $prime The prime char to use for replacement.
    328  * @param string $open_quote The opening quote char. Opening quote replacement must be accomplished already.
     325 * @param string $haystack    The plain text to be searched.
     326 * @param string $needle      The character to search for such as ' or ".
     327 * @param string $prime       The prime char to use for replacement.
     328 * @param string $open_quote  The opening quote char. Opening quote replacement must be
     329 *                            accomplished already.
    329330 * @param string $close_quote The closing quote char to use for replacement.
    330331 * @return string The $haystack value after primes and quotes replacements.
     
    30793080 * it is still a good idea to HTML entity encode `<`, `>` and `&` in the content.
    30803081 *
    3081  * The filter 'format_for_editor' is applied here. If $text is empty the filter will
    3082  * be applied to an empty string.
     3082 * The filter {@see 'format_for_editor'} is applied here. If `$text` is empty the
     3083 * filter will be applied to an empty string.
    30833084 *
    30843085 * @since 4.3.0
Note: See TracChangeset for help on using the changeset viewer.