Changeset 54329
- Timestamp:
- 09/27/2022 03:21:48 PM (2 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user.php
r54262 r54329 4991 4991 'single' => true, 4992 4992 'show_in_rest' => array( 4993 'name' => 'persisted_preferences', 4994 'type' => 'object', 4995 'context' => array( 'edit' ), 4996 'schema' => array( 4993 'name' => 'persisted_preferences', 4994 'type' => 'object', 4995 'schema' => array( 4997 4996 'type' => 'object', 4997 'context' => array( 'edit' ), 4998 4998 'properties' => array( 4999 4999 '_modified' => array( -
trunk/tests/phpunit/tests/user/wpRegisterPersistedPreferencesMeta.php
r54182 r54329 37 37 'auth_callback' => '__return_true', 38 38 'show_in_rest' => array( 39 'name' => 'persisted_preferences', 40 'type' => 'object', 41 'context' => array( 'edit' ), 42 'schema' => array( 39 'name' => 'persisted_preferences', 40 'type' => 'object', 41 'schema' => array( 43 42 'type' => 'object', 43 'context' => array( 'edit' ), 44 44 'properties' => array( 45 45 '_modified' => array(
Note: See TracChangeset
for help on using the changeset viewer.