Changeset 47855 for trunk/src/wp-admin/network/sites.php
- Timestamp:
- 05/26/2020 09:35:34 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/network/sites.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/sites.php
r47853 r47855 124 124 <?php 125 125 require_once ABSPATH . 'wp-admin/admin-footer.php'; 126 exit ();126 exit; 127 127 } elseif ( array_key_exists( $_GET['action'], $manage_actions ) ) { 128 128 $action = $_GET['action']; … … 211 211 <?php 212 212 require_once ABSPATH . 'wp-admin/admin-footer.php'; 213 exit ();213 exit; 214 214 break; 215 215 … … 233 233 234 234 wp_safe_redirect( $redirect_to ); 235 exit ();235 exit; 236 236 } 237 237 } else { … … 296 296 if ( ! empty( $updated_action ) ) { 297 297 wp_safe_redirect( add_query_arg( array( 'updated' => $updated_action ), wp_get_referer() ) ); 298 exit ();298 exit; 299 299 } 300 300 }
Note: See TracChangeset
for help on using the changeset viewer.