Changeset 49927 for trunk/src/wp-includes/class-wp-xmlrpc-server.php
- Timestamp:
- 01/03/2021 10:02:13 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-xmlrpc-server.php
r49862 r49927 229 229 * @param string $username User's username. 230 230 * @param string $password User's password. 231 * @return WP_User| boolWP_User object if authentication passed, false otherwise231 * @return WP_User|false WP_User object if authentication passed, false otherwise 232 232 */ 233 233 public function login( $username, $password ) { … … 2232 2232 * @type int $term_id Term ID. 2233 2233 * } 2234 * @return bool|IXR_Error True on success, IXR_Error instance on failure.2234 * @return true|IXR_Error True on success, IXR_Error instance on failure. 2235 2235 */ 2236 2236 public function wp_deleteTerm( $args ) { … … 5654 5654 * @type int $publish 5655 5655 * } 5656 * @return bool|IXR_Error True on success.5656 * @return true|IXR_Error True on success. 5657 5657 */ 5658 5658 public function mw_editPost( $args ) {
Note: See TracChangeset
for help on using the changeset viewer.