Changeset 27457 for trunk/src/wp-includes/taxonomy.php
- Timestamp:
- 03/07/2014 07:15:11 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r27300 r27457 1051 1051 * @param string $term_id ID of Term to get children 1052 1052 * @param string $taxonomy Taxonomy Name 1053 * @return array|WP_Error List of Term Objects. WP_Error returned if $taxonomy does not exist1053 * @return array|WP_Error List of Term IDs. WP_Error returned if $taxonomy does not exist 1054 1054 */ 1055 1055 function get_term_children( $term_id, $taxonomy ) {
Note: See TracChangeset
for help on using the changeset viewer.