- Timestamp:
- 03/05/2021 11:01:54 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-xmlrpc-server.php
r50353 r50499 6650 6650 public function mt_supportedMethods() { 6651 6651 /** This action is documented in wp-includes/class-wp-xmlrpc-server.php */ 6652 do_action( 'xmlrpc_call', 'mt.supportedMethods', $args, $this );6652 do_action( 'xmlrpc_call', 'mt.supportedMethods', array(), $this ); 6653 6653 6654 6654 return array_keys( $this->methods ); … … 6662 6662 public function mt_supportedTextFilters() { 6663 6663 /** This action is documented in wp-includes/class-wp-xmlrpc-server.php */ 6664 do_action( 'xmlrpc_call', 'mt.supportedTextFilters', $args, $this );6664 do_action( 'xmlrpc_call', 'mt.supportedTextFilters', array(), $this ); 6665 6665 6666 6666 /**
Note: See TracChangeset
for help on using the changeset viewer.