Changeset 53827 for trunk/src/wp-includes/category.php
- Timestamp:
- 08/04/2022 02:50:27 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/category.php
r48591 r53827 270 270 * @param int $cat_id Category ID. 271 271 * @param string $context What filter to use, 'raw', 'display', etc. 272 * @return mixed Same type as $value after $value has been sanitized.272 * @return mixed Value after $value has been sanitized. 273 273 */ 274 274 function sanitize_category_field( $field, $value, $cat_id, $context ) {
Note: See TracChangeset
for help on using the changeset viewer.