Changeset 53413
- Timestamp:
- 05/19/2022 02:25:09 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/site-editor.php
r53404 r53413 30 30 $home_template = _resolve_home_block_template(); 31 31 if ( $home_template && empty( $_GET['postType'] ) && empty( $_GET['postId'] ) ) { 32 if ( ! empty( $_GET['styles'] ) ) { 33 $home_template['styles'] = sanitize_key( $_GET['styles'] ); 34 } 32 35 $redirect_url = add_query_arg( 33 36 $home_template,
Note: See TracChangeset
for help on using the changeset viewer.