Changeset 55693 for trunk/src/wp-includes/rest-api/class-wp-rest-server.php
- Timestamp:
- 04/27/2023 10:27:51 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/class-wp-rest-server.php
r55361 r55693 159 159 * @since 4.4.0 160 160 * 161 * @return WP_Error|null WP_Error indicates unsuccessful login, null indicates successful162 * or no authentication provided161 * @return WP_Error|null|true WP_Error indicates unsuccessful login, null indicates successful 162 * or no authentication provided 163 163 */ 164 164 public function check_authentication() {
Note: See TracChangeset
for help on using the changeset viewer.