Changeset 16774
- Timestamp:
- 12/07/2010 08:41:43 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/network/edit.php
r16772 r16774 101 101 102 102 if ( empty( $_POST ) ) 103 wp_die( sprintf( __( 'You probably need to go back to the <a href="%s">options page</a>.' , esc_url( admin_url( 'settings.php' )) ) ) );103 wp_die( sprintf( __( 'You probably need to go back to the <a href="%s">options page</a>.' ), esc_url( admin_url( 'settings.php' ) ) ) ); 104 104 105 105 if ( isset($_POST['WPLANG']) && ( '' === $_POST['WPLANG'] || in_array( $_POST['WPLANG'], get_available_languages() ) ) ) … … 179 179 wp_redirect( add_query_arg( array( 'updated' => 'true', 'action' => 'not_deleted' ), wp_get_referer() ) ); 180 180 } 181 181 182 182 exit(); 183 183 break;
Note: See TracChangeset
for help on using the changeset viewer.