[wp-cvs] wordpress wp-comments-popup.php, 1.15, 1.16 wp-header.php,
1.4, 1.5
Matthew Mullenweg
saxmatt at users.sourceforge.net
Fri Oct 8 17:58:04 UTC 2004
Update of /cvsroot/cafelog/wordpress
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31769
Modified Files:
wp-comments-popup.php wp-header.php
Log Message:
Remove print.css reference, don't echo bloginfo.
Index: wp-comments-popup.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-comments-popup.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** wp-comments-popup.php 29 Sep 2004 02:13:58 -0000 1.15
--- wp-comments-popup.php 8 Oct 2004 17:58:01 -0000 1.16
***************
*** 13,17 ****
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo get_settings('blog_charset'); ?>" />
<style type="text/css" media="screen">
! @import url( <?php echo bloginfo('stylesheet_url'); ?> );
body { margin: 3px; }
</style>
--- 13,17 ----
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo get_settings('blog_charset'); ?>" />
<style type="text/css" media="screen">
! @import url( <?php bloginfo('stylesheet_url'); ?> );
body { margin: 3px; }
</style>
Index: wp-header.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-header.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** wp-header.php 12 Sep 2004 22:07:49 -0000 1.4
--- wp-header.php 8 Oct 2004 17:58:02 -0000 1.5
***************
*** 13,23 ****
<meta http-equiv="Content-Type" content="text/html; charset=<?php bloginfo('charset'); ?>" />
! <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->
<style type="text/css" media="screen">
! @import url( <?php echo bloginfo('stylesheet_url'); ?> );
</style>
!
! <link rel="stylesheet" type="text/css" media="print" href="<?php echo get_settings('siteurl'); ?>/print.css" />
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
--- 13,22 ----
<meta http-equiv="Content-Type" content="text/html; charset=<?php bloginfo('charset'); ?>" />
! <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats please -->
<style type="text/css" media="screen">
! @import url( <?php bloginfo('stylesheet_url'); ?> );
</style>
!
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
More information about the cvs
mailing list