Changeset 19862 for trunk/wp-admin/network/sites.php
- Timestamp:
- 02/08/2012 06:05:35 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/network/sites.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/network/sites.php
r19579 r19862 211 211 ?> 212 212 <!DOCTYPE html> 213 <html xmlns="http://www.w3.org/1999/xhtml" <?php if ( function_exists( 'language_attributes' ) )language_attributes(); ?>>213 <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>> 214 214 <head> 215 215 <title><?php _e( 'WordPress › Confirm your action' ); ?></title>
Note: See TracChangeset
for help on using the changeset viewer.