[wp-cvs]
wordpress/wp-includes template-functions-general.php, 1.33, 1.34
Jason Verber
jverber at users.sourceforge.net
Wed Jun 16 15:45:46 UTC 2004
- Previous message: [wp-cvs] wordpress/wp-admin admin-footer.php, 1.9,
1.10 admin-functions.php, 1.29, 1.30 admin-header.php, 1.24,
1.25 auth.php, 1.7, 1.8 bookmarklet.php, 1.10,
1.11 categories.php, 1.32, 1.33 edit-comments.php, 1.26,
1.27 edit-form-comment.php, 1.10, 1.11 edit-form.php, 1.23,
1.24 edit.php, 1.23, 1.24 import-b2.php, 1.11,
1.12 import-blogger.php, 1.13, 1.14 import-greymatter.php,
1.15, 1.16 import-livejournal.php, 1.5, 1.6 import-mt.php,
1.12, 1.13 import-rss.php, 1.5, 1.6 import-textpattern.php,
1.11, 1.12 index.php, 1.8, 1.9 install-helper.php, 1.3,
1.4 install.php, 1.32, 1.33 link-add.php, 1.13,
1.14 link-categories.php, 1.10, 1.11 link-import.php, 1.12,
1.13 link-parse-opml.php, 1.7, 1.8 menu.php, 1.17,
1.18 moderation.php, 1.12, 1.13 optionhandler.php, 1.9,
1.10 options-discussion.php, 1.17, 1.18 options-general.php,
1.22, 1.23 options-head.php, 1.9, 1.10 options-misc.php, 1.11,
1.12 options-permalink.php, 1.35, 1.36 options-reading.php,
1.11, 1.12 options-writing.php, 1.20, 1.21 options.php, 1.25,
1.26 plugins.php, 1.13, 1.14 quicktags.php, 1.2,
1.3 setup-config.php, 1.3, 1.4 sidebar.php, 1.12,
1.13 templates.php, 1.20, 1.21 upgrade-functions.php, 1.60,
1.61 upgrade.php, 1.11, 1.12 upload.php, 1.15, 1.16 xmlrpc.php,
1.6, 1.7
- Next message: [wp-cvs] wordpress/wp-admin import-mt.php,1.13,1.14
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/cafelog/wordpress/wp-includes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17258/wp-includes
Modified Files:
template-functions-general.php
Log Message:
Fix for bug #0000062: calendar no longer highlights _today_ for previous years.
Index: template-functions-general.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-includes/template-functions-general.php,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** template-functions-general.php 11 Jun 2004 18:09:21 -0000 1.33
--- template-functions-general.php 16 Jun 2004 15:45:44 -0000 1.34
***************
*** 438,442 ****
$newrow = false;
! if ($day == gmdate('j', (time() + (get_settings('gmt_offset') * 3600))) && $thismonth == gmdate('m', time()+(get_settings('gmt_offset') * 3600)))
echo '<td id="today">';
else
--- 438,442 ----
$newrow = false;
! if ($day == gmdate('j', (time() + (get_settings('gmt_offset') * 3600))) && $thismonth == gmdate('m', time()+(get_settings('gmt_offset') * 3600)) && $thisyear == gmdate('Y', time()+(get_settings('gmt_offset') * 3600)))
echo '<td id="today">';
else
- Previous message: [wp-cvs] wordpress/wp-admin admin-footer.php, 1.9,
1.10 admin-functions.php, 1.29, 1.30 admin-header.php, 1.24,
1.25 auth.php, 1.7, 1.8 bookmarklet.php, 1.10,
1.11 categories.php, 1.32, 1.33 edit-comments.php, 1.26,
1.27 edit-form-comment.php, 1.10, 1.11 edit-form.php, 1.23,
1.24 edit.php, 1.23, 1.24 import-b2.php, 1.11,
1.12 import-blogger.php, 1.13, 1.14 import-greymatter.php,
1.15, 1.16 import-livejournal.php, 1.5, 1.6 import-mt.php,
1.12, 1.13 import-rss.php, 1.5, 1.6 import-textpattern.php,
1.11, 1.12 index.php, 1.8, 1.9 install-helper.php, 1.3,
1.4 install.php, 1.32, 1.33 link-add.php, 1.13,
1.14 link-categories.php, 1.10, 1.11 link-import.php, 1.12,
1.13 link-parse-opml.php, 1.7, 1.8 menu.php, 1.17,
1.18 moderation.php, 1.12, 1.13 optionhandler.php, 1.9,
1.10 options-discussion.php, 1.17, 1.18 options-general.php,
1.22, 1.23 options-head.php, 1.9, 1.10 options-misc.php, 1.11,
1.12 options-permalink.php, 1.35, 1.36 options-reading.php,
1.11, 1.12 options-writing.php, 1.20, 1.21 options.php, 1.25,
1.26 plugins.php, 1.13, 1.14 quicktags.php, 1.2,
1.3 setup-config.php, 1.3, 1.4 sidebar.php, 1.12,
1.13 templates.php, 1.20, 1.21 upgrade-functions.php, 1.60,
1.61 upgrade.php, 1.11, 1.12 upload.php, 1.15, 1.16 xmlrpc.php,
1.6, 1.7
- Next message: [wp-cvs] wordpress/wp-admin import-mt.php,1.13,1.14
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs
mailing list