Changeset 31126 for trunk/src/wp-includes/query.php
- Timestamp:
- 01/10/2015 06:53:48 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/query.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/query.php
r31090 r31126 3940 3940 * 3941 3941 * @param string $query URL query string. 3942 * @return WP_Query3943 3942 */ 3944 3943 public function __construct($query = '') { … … 4173 4172 * 4174 4173 * @param mixed $taxonomy Optional. Taxonomy slug or slugs. 4175 * @param mixed $term .Optional. Term ID, name, slug or array of Term IDs, names, and slugs.4174 * @param mixed $term Optional. Term ID, name, slug or array of Term IDs, names, and slugs. 4176 4175 * @return bool 4177 4176 */
Note: See TracChangeset
for help on using the changeset viewer.