Changeset 60135
- Timestamp:
- 04/07/2025 10:13:27 PM (3 weeks ago)
- Location:
- branches/6.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.8
-
branches/6.8/src/wp-admin/site-editor.php
r60061 r60135 32 32 function _wp_get_site_editor_redirection_url() { 33 33 global $pagenow; 34 if ( 'site-editor.php' !== $pagenow || isset( $_REQUEST['p'] ) || ! $_SERVER['QUERY_STRING']) {34 if ( 'site-editor.php' !== $pagenow || isset( $_REQUEST['p'] ) || empty( $_SERVER['QUERY_STRING'] ) ) { 35 35 return false; 36 36 }
Note: See TracChangeset
for help on using the changeset viewer.