Changeset 48590 for trunk/src/wp-includes/formatting.php
- Timestamp:
- 07/23/2020 09:09:04 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/formatting.php
r48575 r48590 747 747 * @since 4.2.3 748 748 * 749 * @param string $haystack The text which has to be formatted.750 * @param array $replace_pairs In the form array('from' => 'to', ...).749 * @param string $haystack The text which has to be formatted. 750 * @param array $replace_pairs In the form array('from' => 'to', ...). 751 751 * @return string The formatted text. 752 752 */ … … 1091 1091 * @since 2.8.0 1092 1092 * 1093 * @param string 1094 * @param bool 1093 * @param string $string The text which is to be checked. 1094 * @param bool $strip Optional. Whether to attempt to strip out invalid UTF8. Default false. 1095 1095 * @return string The checked text. 1096 1096 */ … … 4924 4924 * Parses a string into variables to be stored in an array. 4925 4925 * 4926 *4927 4926 * @since 2.2.1 4928 4927 * … … 5364 5363 * @access private 5365 5364 * 5366 * @param string $str String to sanitize.5367 * @param bool $keep_newlines optionalWhether to keep newlines. Default: false.5365 * @param string $str String to sanitize. 5366 * @param bool $keep_newlines Optional. Whether to keep newlines. Default: false. 5368 5367 * @return string Sanitized string. 5369 5368 */
Note: See TracChangeset
for help on using the changeset viewer.