Changeset 42876 for trunk/src/wp-includes/class-wp-network-query.php
- Timestamp:
- 03/25/2018 07:32:24 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-network-query.php
r42343 r42876 260 260 * @since 4.6.0 261 261 * 262 * @param array$_networks An array of WP_Network objects.262 * @param WP_Network[] $_networks An array of WP_Network objects. 263 263 * @param WP_Network_Query $this Current instance of WP_Network_Query (passed by reference). 264 264 */ … … 400 400 * @since 4.6.0 401 401 * 402 * @param array $pieces A compactedarray of network query clauses.402 * @param string[] $pieces An associative array of network query clauses. 403 403 * @param WP_Network_Query $this Current instance of WP_Network_Query (passed by reference). 404 404 */ … … 479 479 * @global wpdb $wpdb WordPress database abstraction object. 480 480 * 481 * @param string $string Search string.482 * @param array $columns Columns to search.481 * @param string $string Search string. 482 * @param string[] $columns Array of columns to search. 483 483 * 484 484 * @return string Search SQL.
Note: See TracChangeset
for help on using the changeset viewer.