Sorry, a little tester got in there. Didn't expect to be committing ;).

git-svn-id: https://develop.svn.wordpress.org/trunk@5133 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
rob1n 2007-03-29 01:30:27 +00:00
parent 26a5cfc7fe
commit f9b141865b
1 changed files with 0 additions and 1 deletions

View File

@ -165,7 +165,6 @@ function wp_title($sep = '»', $display = true) {
$author = get_query_var('author');
$author_name = get_query_var('author_name');
$m = get_query_var('m');
print '<!-- $m = ' . $m . ' -->';
$year = get_query_var('year');
$monthnum = get_query_var('monthnum');
$day = get_query_var('day');