Changeset 45238 for trunk/src/wp-includes/class-wp-recovery-mode.php
- Timestamp:
- 04/17/2019 11:03:03 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-recovery-mode.php
r45211 r45238 174 174 175 175 if ( ! $this->is_active() ) { 176 if ( ! is_protected_endpoint() ) { 177 return new WP_Error( 'non_protected_endpoint', __( 'Error occurred on a non-protected endpoint.' ) ); 178 } 179 176 180 if ( ! function_exists( 'wp_generate_password' ) ) { 177 181 require_once ABSPATH . WPINC . '/pluggable.php';
Note: See TracChangeset
for help on using the changeset viewer.