Changeset 48204 for trunk/src/wp-includes/IXR/class-IXR-client.php
- Timestamp:
- 06/28/2020 06:23:39 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/IXR/class-IXR-client.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/IXR/class-IXR-client.php
r42201 r48204 59 59 } 60 60 61 function query() 61 /** 62 * @since 1.5.0 63 * @since 5.5.0 Formalized the existing `...$args` parameter by adding it 64 * to the function signature. 65 */ 66 function query( ...$args ) 62 67 { 63 $args = func_get_args();64 68 $method = array_shift($args); 65 69 $request = new IXR_Request($method, $args);
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)