Changeset 2321 for trunk/wp-register.php
- Timestamp:
- 02/14/2005 04:36:57 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-register.php
r2245 r2321 89 89 <head> 90 90 <title>WordPress » <?php _e('Registration Complete') ?></title> 91 <meta http-equiv="Content-Type" content=" text/html; charset=<?php echo get_settings('blog_charset'); ?>" />91 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_settings('blog_charset'); ?>" /> 92 92 <link rel="stylesheet" href="wp-admin/wp-admin.css" type="text/css" /> 93 93 <style type="text/css"> … … 119 119 <head> 120 120 <title>WordPress » <?php _e('Registration Currently Disabled') ?></title> 121 <meta http-equiv="Content-Type" content=" text/html; charset=<?php echo get_settings('blog_charset'); ?>">121 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_settings('blog_charset'); ?>"> 122 122 <link rel="stylesheet" href="wp-admin/wp-admin.css" type="text/css"> 123 123 </head> … … 145 145 <head> 146 146 <title>WordPress » <?php _e('Registration Form') ?></title> 147 <meta http-equiv="Content-Type" content=" text/html; charset=<?php echo get_settings('blog_charset'); ?>" />147 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_settings('blog_charset'); ?>" /> 148 148 <link rel="stylesheet" href="wp-admin/wp-admin.css" type="text/css" /> 149 149 <style type="text/css">
Note: See TracChangeset
for help on using the changeset viewer.