[wp-cvs] wordpress wp-comments-popup.php,1.14,1.15
Ryan Boren
rboren at users.sourceforge.net
Wed Sep 29 02:14:01 UTC 2004
Update of /cvsroot/cafelog/wordpress
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13115
Modified Files:
wp-comments-popup.php
Log Message:
Use stylesheet_url.
Index: wp-comments-popup.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-comments-popup.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** wp-comments-popup.php 3 Sep 2004 04:18:04 -0000 1.14
--- wp-comments-popup.php 29 Sep 2004 02:13:58 -0000 1.15
***************
*** 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( wp-layout.css );
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 echo bloginfo('stylesheet_url'); ?> );
body { margin: 3px; }
</style>
More information about the cvs
mailing list