Changeset 46729 for trunk/src/wp-includes/rest-api/class-wp-rest-server.php
- Timestamp:
- 11/12/2019 10:40:29 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/class-wp-rest-server.php
r46696 r46729 130 130 * @since 4.4.0 131 131 * 132 * @param WP_Error|null|true WP_Error if authentication error, null if authentication133 * method wasn't used, true if authentication succeeded.132 * @param WP_Error|null|true $errors WP_Error if authentication error, null if authentication 133 * method wasn't used, true if authentication succeeded. 134 134 */ 135 135 return apply_filters( 'rest_authentication_errors', null );
Note: See TracChangeset
for help on using the changeset viewer.