[wp-cvs] wordpress/wp-admin admin-header.php,1.28,1.29

Matthew Mullenweg saxmatt at users.sourceforge.net
Sat Aug 21 21:25:22 UTC 2004


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

Modified Files:
	admin-header.php 
Log Message:
Just a little annoyance.

Index: admin-header.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/admin-header.php,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** admin-header.php	1 Aug 2004 08:04:38 -0000	1.28
--- admin-header.php	21 Aug 2004 21:25:19 -0000	1.29
***************
*** 122,126 ****
  
  <div id="wphead">
! <h1><?php bloginfo('name') ?></h1>
  </div>
  
--- 122,126 ----
  
  <div id="wphead">
! <h1><?php echo wptexturize(get_settings(('blogname'))); ?></h1>
  </div>
  




More information about the cvs mailing list