Changeset 15975 for trunk/wp-includes/class.wp-xmlrpc-server.php
- Timestamp:
- 10/26/2010 02:43:20 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class.wp-xmlrpc-server.php
r15690 r15975 1374 1374 $username = $args[1]; 1375 1375 $password = $args[2]; 1376 $options = (array) $args[3];1376 $options = isset( $args[3] ) ? (array) $args[3] : array(); 1377 1377 1378 1378 if ( !$user = $this->login($username, $password) )
Note: See TracChangeset
for help on using the changeset viewer.