Changeset 48586 for trunk/src/wp-includes/class-wp-query.php
- Timestamp:
- 07/23/2020 07:59:16 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-query.php
r48576 r48586 3594 3594 * @since 4.0.0 3595 3595 * 3596 * @param string 3597 * @param array 3596 * @param string $name Method to call. 3597 * @param array $arguments Arguments to pass when calling. 3598 3598 * @return mixed|false Return value of the callback, false otherwise. 3599 3599 */
Note: See TracChangeset
for help on using the changeset viewer.