Changeset 48219
- Timestamp:
- 06/30/2020 12:02:05 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/category.php
r48100 r48219 85 85 * which correspond to a WP_Term object, an associative array, or a numeric array, 86 86 * respectively. Default OBJECT. 87 * @param string $filter Optional. Default is raw or no WordPress defined filter will applied.87 * @param string $filter Optional. How to sanitize category fields. Default 'raw'. 88 88 * @return object|array|WP_Error|null Category data in type defined by $output parameter. 89 89 * WP_Error if $category is empty, null if it does not exist. … … 333 333 * which correspond to a WP_Term object, an associative array, or a numeric array, 334 334 * respectively. Default OBJECT. 335 * @param string $filter Optional. Default is raw or no WordPress defined filter will applied.335 * @param string $filter Optional. How to sanitize tag fields. Default 'raw'. 336 336 * @return WP_Term|array|WP_Error|null Tag data in type defined by $output parameter. 337 337 * WP_Error if $tag is empty, null if it does not exist.
Note: See TracChangeset
for help on using the changeset viewer.