Changeset 48590 for trunk/src/wp-includes/class-wp-user-query.php
- Timestamp:
- 07/23/2020 09:09:04 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-user-query.php
r48104 r48590 681 681 * 682 682 * @param string $query_var Query variable key. 683 * @param mixed $valueQuery variable value.683 * @param mixed $value Query variable value. 684 684 */ 685 685 public function set( $query_var, $value ) { … … 881 881 * @since 4.0.0 882 882 * 883 * @param string 884 * @param array 883 * @param string $name Method to call. 884 * @param array $arguments Arguments to pass when calling. 885 885 * @return mixed Return value of the callback, false otherwise. 886 886 */
Note: See TracChangeset
for help on using the changeset viewer.