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:
Sergey Biryukov 2017-08-08 20:53:46 +00:00
parent 187b4ad48b
commit dd330359eb
2 changed files with 2 additions and 2 deletions

View File

@ -921,7 +921,7 @@ function get_term_by( $field, $value, $taxonomy = '', $output = OBJECT, $filter
*
* @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.
* @return array|WP_Error List of Term IDs. WP_Error returned if `$taxonomy` does not exist.
*/

View File

@ -4,7 +4,7 @@
*
* @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.