Changeset 42359
- Timestamp:
- 12/03/2017 10:28:33 PM (7 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/option.php
r42343 r42359 2021 2021 ); 2022 2022 2023 register_setting( 'permalink', 'permalink_structure', array( 2024 'show_in_rest' => true, 2025 'type' => 'string', 2026 'description' => __( 'Custom URL structure for permalinks and archives.' ), 2027 ) ); 2023 2028 } 2024 2029 -
trunk/tests/phpunit/tests/rest-api/rest-settings-controller.php
r42343 r42359 73 73 'default_ping_status', 74 74 'default_comment_status', 75 'permalink_structure', 75 76 ); 76 77
Note: See TracChangeset
for help on using the changeset viewer.