Changeset 17771 for trunk/wp-includes/query.php
- Timestamp:
- 04/29/2011 08:05:12 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/query.php
r17699 r17771 2971 2971 2972 2972 /** 2973 * PHP4 type constructor.2973 * Constructor. 2974 2974 * 2975 2975 * Sets up the WordPress query, if parameter is not empty. … … 2981 2981 * @return WP_Query 2982 2982 */ 2983 function WP_Query($query = '') {2983 function __construct($query = '') { 2984 2984 if ( ! empty($query) ) { 2985 2985 $this->query($query);
Note: See TracChangeset
for help on using the changeset viewer.