Changeset 18460 for trunk/wp-admin/network/edit.php
- Timestamp:
- 07/22/2011 12:25:41 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/network/edit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/network/edit.php
r17361 r18460 323 323 wp_die( __( 'You are not allowed to change the current site.' ) ); 324 324 ?> 325 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">325 <!DOCTYPE html> 326 326 <html xmlns="http://www.w3.org/1999/xhtml" <?php if ( function_exists( 'language_attributes' ) ) language_attributes(); ?>> 327 327 <head>
Note: See TracChangeset
for help on using the changeset viewer.