Changeset 53415
- Timestamp:
- 05/20/2022 12:17:16 AM (2 years ago)
- Location:
- branches/6.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.0
-
branches/6.0/src/wp-admin/site-editor.php
r53405 r53415 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.