Changeset 29161
- Timestamp:
- 07/14/2014 12:45:54 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-xmlrpc-server.php
r29063 r29161 146 146 * 147 147 * @since 4.0.0 148 * @param string $name 149 * @param array $arguments 150 * @return mixed 148 * @access public 149 * 150 * @param callable $name Method to call. 151 * @param array $arguments Arguments to pass when calling. 152 * @return mixed|bool Return value of the callback, false otherwise. 151 153 */ 152 154 public function __call( $name, $arguments ) {
Note: See TracChangeset
for help on using the changeset viewer.