Changeset 61141 for trunk/src/wp-includes/rest-api/class-wp-rest-server.php
- Timestamp:
- 11/05/2025 10:10:07 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/class-wp-rest-server.php
r61139 r61141 167 167 * @since 4.4.0 168 168 * 169 * @return WP_Error|null|true WP_Error i ndicates unsuccessful login, null indicates successful170 * or no authentication provided.169 * @return WP_Error|null|true WP_Error if authentication error occurred, null if authentication 170 * method wasn't used, true if authentication succeeded. 171 171 */ 172 172 public function check_authentication() { … … 192 192 * @since 4.4.0 193 193 * 194 * @param WP_Error|null|true $errors WP_Error if authentication error , null if authentication194 * @param WP_Error|null|true $errors WP_Error if authentication error occurred, null if authentication 195 195 * method wasn't used, true if authentication succeeded. 196 196 */
Note: See TracChangeset
for help on using the changeset viewer.