Changeset 42359 for trunk/src/wp-includes/option.php
- Timestamp:
- 12/03/2017 10:28:33 PM (7 years ago)
- File:
-
- 1 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
Note: See TracChangeset
for help on using the changeset viewer.