Changeset 50030 for trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php
- Timestamp:
- 01/27/2021 07:03:42 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
r49617 r50030 632 632 'required' => true, 633 633 'context' => array( 'view', 'edit', 'embed' ), 634 'minLength' => 1, 635 'pattern' => '.*\S.*', 634 636 ), 635 637 'password' => array(
Note: See TracChangeset
for help on using the changeset viewer.