[wp-cvs] wordpress wp-login.php,1.27,1.28

Jason Verber jverber at users.sourceforge.net
Wed Jun 30 02:02:51 UTC 2004


Update of /cvsroot/cafelog/wordpress
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10674

Modified Files:
	wp-login.php 
Log Message:
More special chars encoding fixes.

Index: wp-login.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-login.php,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** wp-login.php	22 Jun 2004 23:33:05 -0000	1.27
--- wp-login.php	30 Jun 2004 02:02:49 -0000	1.28
***************
*** 184,188 ****
  <label><?php _e('Login:') ?> <input type="text" name="user_login" id="user_login" value="" size="12" /></label><br />
  <label><?php _e('E-mail:') ?> <input type="text" name="email" id="email" value="" size="12" /></label><br />
! <input type="submit" name="Submit2" value="OK" class="search">
  
  </form>
--- 184,188 ----
  <label><?php _e('Login:') ?> <input type="text" name="user_login" id="user_login" value="" size="12" /></label><br />
  <label><?php _e('E-mail:') ?> <input type="text" name="email" id="email" value="" size="12" /></label><br />
! <input type="submit" name="Submit2" value="OK" class="search" />
  
  </form>
***************
*** 265,269 ****
  <html xmlns="http://www.w3.org/1999/xhtml">
  <head>
! 	<title><?php printf(__('WordPress > %s > Login form'), get_settings('blogname')) ?></title>
  	<meta http-equiv="Content-Type" content="text/html; charset=<?php echo get_settings('blog_charset'); ?>" />
  	<link rel="stylesheet" href="<?php echo get_settings('siteurl'); ?>/wp-admin/wp-admin.css" type="text/css" />
--- 265,269 ----
  <html xmlns="http://www.w3.org/1999/xhtml">
  <head>
! 	<title><?php printf(__('WordPress > %s > Login form'), htmlspecialchars(get_settings('blogname'))) ?></title>
  	<meta http-equiv="Content-Type" content="text/html; charset=<?php echo get_settings('blog_charset'); ?>" />
  	<link rel="stylesheet" href="<?php echo get_settings('siteurl'); ?>/wp-admin/wp-admin.css" type="text/css" />




More information about the cvs mailing list