Changeset 58073 for trunk/src/wp-includes/fonts/class-wp-font-utils.php
- Timestamp:
- 05/01/2024 11:59:03 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/fonts/class-wp-font-utils.php
r57865 r58073 222 222 * @since 6.5.0 223 223 * 224 * @param mixed $value The value to sanitize.225 * @param mixed$sanitizer The sanitizer function to apply.224 * @param mixed $value The value to sanitize. 225 * @param callable $sanitizer The sanitizer function to apply. 226 226 * @return mixed The sanitized value. 227 227 */
Note: See TracChangeset
for help on using the changeset viewer.