Changeset 37544 for trunk/src/wp-includes/taxonomy.php
- Timestamp:
- 05/23/2016 07:01:40 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/taxonomy.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r37506 r37544 1234 1234 * Filters the terms query default arguments. 1235 1235 * 1236 * Use 'get_terms_args'to filter the passed arguments.1236 * Use {@see 'get_terms_args'} to filter the passed arguments. 1237 1237 * 1238 1238 * @since 4.4.0 … … 2108 2108 * Filters the category nicename before it is sanitized. 2109 2109 * 2110 * Use the pre_{$taxonomy}_{$field} hook instead.2110 * Use the {@see 'pre_$taxonomy_$field'} hook instead. 2111 2111 * 2112 2112 * @since 2.0.3
Note: See TracChangeset
for help on using the changeset viewer.