Changeset 49617 for trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php
- Timestamp:
- 11/16/2020 10:40:11 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php
r49276 r49617 504 504 return new WP_Error( 505 505 'application_passwords_disabled', 506 __( 'Application passwords are not enabled.' ),507 array( 'status' => 50 0)506 __( 'Application passwords are not available.' ), 507 array( 'status' => 501 ) 508 508 ); 509 509 } … … 548 548 return new WP_Error( 549 549 'application_passwords_disabled_for_user', 550 __( 'Application passwords are not enabledfor your account. Please contact the site administrator for assistance.' ),551 array( 'status' => 50 0)550 __( 'Application passwords are not available for your account. Please contact the site administrator for assistance.' ), 551 array( 'status' => 501 ) 552 552 ); 553 553 }
Note: See TracChangeset
for help on using the changeset viewer.