Changeset 33225 for trunk/src/wp-includes/formatting.php
- Timestamp:
- 07/13/2015 09:29:35 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/formatting.php
r33187 r33225 323 323 * @since 4.3.0 324 324 * 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. 329 330 * @param string $close_quote The closing quote char to use for replacement. 330 331 * @return string The $haystack value after primes and quotes replacements. … … 3079 3080 * it is still a good idea to HTML entity encode `<`, `>` and `&` in the content. 3080 3081 * 3081 * The filter 'format_for_editor' is applied here. If $text is empty the filter will3082 * 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. 3083 3084 * 3084 3085 * @since 4.3.0
Note: See TracChangeset
for help on using the changeset viewer.