[wp-cvs]
wordpress/wp-includes template-functions-general.php, 1.31, 1.32
Ryan Boren
rboren at users.sourceforge.net
Wed Jun 9 15:36:01 CDT 2004
Update of /cvsroot/cafelog/wordpress/wp-includes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22476
Modified Files:
template-functions-general.php
Log Message:
Global $m in wp_title() so that date archive titles are displayed correctly.
Index: template-functions-general.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-includes/template-functions-general.php,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** template-functions-general.php 2 Jun 2004 07:14:03 -0000 1.31
--- template-functions-general.php 9 Jun 2004 20:35:58 -0000 1.32
***************
*** 68,72 ****
function wp_title($sep = '»', $display = true) {
global $wpdb;
! global $year, $monthnum, $day, $cat, $p, $name, $month, $posts, $single;
// If there's a category
--- 68,72 ----
function wp_title($sep = '»', $display = true) {
global $wpdb;
! global $m, $year, $monthnum, $day, $cat, $p, $name, $month, $posts, $single;
// If there's a category
More information about the cvs
mailing list