Changeset 49484
- Timestamp:
- 11/02/2020 08:18:12 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/formatting.php
r49482 r49484 2165 2165 * @param string $fallback_title Optional. A title to use if $title is empty. Default empty. 2166 2166 * @param string $context Optional. The operation for which the string is sanitized. 2167 * When set to 'save', the string runs through remove_accents(). 2167 2168 * Default 'save'. 2168 2169 * @return string The sanitized string. … … 2217 2218 * @param string $title The title to be sanitized. 2218 2219 * @param string $raw_title Optional. Not used. Default empty. 2219 * @param string $context Optional. The context for the sanitization. When set to 'save', additional entities are converted to hyphens or stripped entirely. 2220 * Default 'display'. 2220 * @param string $context Optional. The operation for which the string is sanitized. 2221 * When set to 'save', additional entities are converted to hyphens 2222 * or stripped entirely. Default 'display'. 2221 2223 * @return string The sanitized title. 2222 2224 */
Note: See TracChangeset
for help on using the changeset viewer.