Changeset 53678
- Timestamp:
- 07/07/2022 12:19:41 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php
r53504 r53678 746 746 747 747 $schema['properties']['type_label'] = array( 748 'description' => __( ' Name of type.' ),748 'description' => __( 'The singular label used to describe this type of menu item.' ), 749 749 'type' => 'string', 750 750 'context' => array( 'view', 'edit', 'embed' ), … … 841 841 '', 842 842 ), 843 );844 845 $schema['properties']['type_label'] = array(846 'description' => __( 'The singular label used to describe this type of menu item.' ),847 'context' => array( 'view', 'edit', 'embed' ),848 'type' => 'string',849 'readonly' => true,850 843 ); 851 844
Note: See TracChangeset
for help on using the changeset viewer.