Make WordPress Core


Ignore:
Timestamp:
08/04/2022 02:50:27 PM (3 years ago)
Author:
johnbillion
Message:

Docs: Various corrections and improvements to inline documentation.

See #55646

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/category.php

    r48591 r53827  
    270270 * @param int    $cat_id  Category ID.
    271271 * @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.
    273273 */
    274274function sanitize_category_field( $field, $value, $cat_id, $context ) {
Note: See TracChangeset for help on using the changeset viewer.