Changeset 61139 for trunk/src/wp-includes/rest-api/class-wp-rest-server.php
- Timestamp:
- 11/04/2025 07:49:55 PM (5 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/class-wp-rest-server.php
r61114 r61139 168 168 * 169 169 * @return WP_Error|null|true WP_Error indicates unsuccessful login, null indicates successful 170 * or no authentication provided 170 * or no authentication provided. 171 171 */ 172 172 public function check_authentication() { … … 228 228 * @param string $message Human-readable message. 229 229 * @param int|null $status Optional. HTTP status code to send. Default null. 230 * @return string JSON representation of the error 230 * @return string JSON representation of the error. 231 231 */ 232 232 protected function json_error( $code, $message, $status = null ) {
Note: See TracChangeset
for help on using the changeset viewer.