Changeset 56521 for trunk/src/wp-admin/site-editor.php
- Timestamp:
- 09/06/2023 09:31:48 AM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/site-editor.php
r56302 r56521 24 24 } 25 25 26 $is_template_part = isset( $_GET['postType'] ) && 'wp_template_part' === sanitize_key( $_GET['postType'] );27 $is_template_part_path = isset( $_GET['path'] ) && 'wp_template_partall' === sanitize_key( $_GET['path'] );26 $is_template_part = isset( $_GET['postType'] ) && 'wp_template_part' === sanitize_key( $_GET['postType'] ); 27 $is_template_part_path = isset( $_GET['path'] ) && 'wp_template_partall' === sanitize_key( $_GET['path'] ); 28 28 $is_template_part_editor = $is_template_part || $is_template_part_path; 29 29
Note: See TracChangeset
for help on using the changeset viewer.