Docs: Correct `@param` type for `$term_id` in `get_term_children()`.
Props Soean, wido. Fixes #41585. Built from https://develop.svn.wordpress.org/trunk@41235 git-svn-id: http://core.svn.wordpress.org/trunk@41075 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
187b4ad48b
commit
dd330359eb
|
@ -921,7 +921,7 @@ function get_term_by( $field, $value, $taxonomy = '', $output = OBJECT, $filter
|
||||||
*
|
*
|
||||||
* @since 2.3.0
|
* @since 2.3.0
|
||||||
*
|
*
|
||||||
* @param string $term_id ID of Term to get children.
|
* @param int $term_id ID of Term to get children.
|
||||||
* @param string $taxonomy Taxonomy Name.
|
* @param string $taxonomy Taxonomy Name.
|
||||||
* @return array|WP_Error List of Term IDs. WP_Error returned if `$taxonomy` does not exist.
|
* @return array|WP_Error List of Term IDs. WP_Error returned if `$taxonomy` does not exist.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.9-alpha-41234';
|
$wp_version = '4.9-alpha-41235';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue