Changeset 43520 for trunk/src/wp-includes/taxonomy.php
- Timestamp:
- 07/23/2018 05:01:02 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r43386 r43520 1326 1326 * Registers a meta key for terms. 1327 1327 * 1328 * @since 5.0.01328 * @since 4.9.8 1329 1329 * 1330 1330 * @param string $taxonomy Taxonomy to register a meta key for. Pass an empty string … … 1344 1344 * Unregisters a meta key for terms. 1345 1345 * 1346 * @since 5.0.01346 * @since 4.9.8 1347 1347 * 1348 1348 * @param string $taxonomy Taxonomy the meta key is currently registered for. Pass
Note: See TracChangeset
for help on using the changeset viewer.