Changeset 45872
- Timestamp:
- 08/21/2019 04:26:47 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r45797 r45872 1127 1127 * @internal The `$deprecated` parameter is parsed for backward compatibility only. 1128 1128 * 1129 * @param string|array$args Optional. Array or string of arguments. See WP_Term_Query::__construct()1129 * @param array|string $args Optional. Array or string of arguments. See WP_Term_Query::__construct() 1130 1130 * for information on accepted arguments. Default empty. 1131 * @param array 1131 * @param array|string $deprecated Argument array, when using the legacy function parameter format. If present, this 1132 1132 * parameter will be interpreted as `$args`, and the first function parameter will 1133 1133 * be parsed as a taxonomy or array of taxonomies.
Note: See TracChangeset
for help on using the changeset viewer.