Changeset 53712
- Timestamp:
- 07/17/2022 01:04:17 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-permalink.php
r53711 r53712 247 247 ); 248 248 249 $url_base = get_option( 'home' ) . $blog_prefix . $index_php_prefix;249 $url_base = home_url( $blog_prefix . $index_php_prefix ); 250 250 251 251 $default_structure_inputs = array( … … 253 253 'id' => 'plain', 254 254 'label' => __( 'Plain' ), 255 'example' => get_option( 'home' ) . '/?p=123',255 'example' => home_url( '/?p=123' ), 256 256 'value' => $default_structures[0], 257 257 ),
Note: See TracChangeset
for help on using the changeset viewer.