Changeset 24060
- Timestamp:
- 04/22/2013 08:57:34 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-permalink.php
r24002 r24060 72 72 add_filter('admin_head', 'options_permalink_add_js'); 73 73 74 include('./admin-header.php');75 76 74 $home_path = get_home_path(); 77 75 $iis7_permalinks = iis7_supports_permalinks(); … … 116 114 } 117 115 118 create_initial_taxonomies(); 116 wp_redirect( admin_url( 'options-permalink.php?settings-updated=true' ) ); 117 exit; 119 118 } 120 119 … … 142 141 flush_rewrite_rules(); 143 142 144 if (isset($_POST['submit'])) : ?> 143 require( ABSPATH . 'wp-admin/admin-header.php' ); 144 145 if ( ! empty( $_GET['settings-updated'] ) ) : ?> 145 146 <div id="message" class="updated"><p><?php 146 147 if ( ! is_multisite() ) {
Note: See TracChangeset
for help on using the changeset viewer.