Changeset 30105 for trunk/src/wp-includes/category.php
- Timestamp:
- 10/30/2014 01:04:55 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/category.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/category.php
r28679 r30105 64 64 * 65 65 * @since 1.5.1 66 * @uses get_term() Used to get the category data from the taxonomy.67 66 * 68 67 * @param int|object $category Category ID or Category row object … … 211 210 * 212 211 * @since 2.3.0 213 * @uses sanitize_term() See this function for what context are supported.214 212 * 215 213 * @param object|array $category Category data … … 225 223 * 226 224 * @since 2.3.0 227 * @uses sanitize_term_field() See function for more details.228 225 * 229 226 * @param string $field Category key to sanitize … … 244 241 * @since 2.3.0 245 242 * @see get_terms() For list of arguments to pass. 246 * @uses apply_filters() Calls 'get_tags' hook on array of tags and with $args.247 243 * 248 244 * @param string|array $args Tag arguments to use when retrieving tags. … … 298 294 * 299 295 * @since 2.1.0 300 * @uses clean_term_cache() Clears the cache for the category based on ID301 296 * 302 297 * @param int $id Category ID
Note: See TracChangeset
for help on using the changeset viewer.