@@ -1292,6 +1292,8 @@ function get_term_to_edit( $id, $taxonomy ) {
12921292 *
12931293 * Prior to 4.5.0, taxonomy was passed as the first parameter of `get_terms()`.
12941294 *
1295+ * {@internal The `$deprecated` parameter is parsed for backward compatibility only.}
1296+ *
12951297 * @since 2.3.0
12961298 * @since 4.2.0 Introduced 'name' and 'childless' parameters.
12971299 * @since 4.4.0 Introduced the ability to pass 'term_id' as an alias of 'id' for the `orderby` parameter.
@@ -1301,8 +1303,6 @@ function get_term_to_edit( $id, $taxonomy ) {
13011303 * Introduced 'meta_key' and 'meta_value' parameters. Introduced the ability to order results by metadata.
13021304 * @since 4.8.0 Introduced 'suppress_filter' parameter.
13031305 *
1304- * @internal The `$deprecated` parameter is parsed for backward compatibility only.
1305- *
13061306 * @param array|string $args Optional. Array or string of arguments. See WP_Term_Query::__construct()
13071307 * for information on accepted arguments. Default empty array.
13081308 * @param array|string $deprecated Optional. Argument array, when using the legacy function parameter format.
@@ -1927,11 +1927,11 @@ function sanitize_term_field( $field, $value, $term_id, $taxonomy, $context ) {
19271927 *
19281928 * Default $args is 'hide_empty' which can be 'hide_empty=true' or array('hide_empty' => true).
19291929 *
1930+ * {@internal The `$deprecated` parameter is parsed for backward compatibility only.}
1931+ *
19301932 * @since 2.3.0
19311933 * @since 5.6.0 Changed the function signature so that the `$args` array can be provided as the first parameter.
19321934 *
1933- * @internal The `$deprecated` parameter is parsed for backward compatibility only.
1934- *
19351935 * @param array|string $args Optional. Array or string of arguments. See WP_Term_Query::__construct()
19361936 * for information on accepted arguments. Default empty array.
19371937 * @param array|string $deprecated Optional. Argument array, when using the legacy function parameter format.
0 commit comments