[wp-cvs] wordpress wp-blog-header.php,1.110,1.111
Ryan Boren
rboren at users.sourceforge.net
Sun Jan 9 01:53:33 GMT 2005
- Previous message: [wp-cvs] wordpress/wp-includes feed-functions.php, NONE,
1.1 comment-functions.php, 1.11,
1.12 template-functions-author.php, 1.16,
1.17 template-functions-category.php, 1.46,
1.47 template-functions-general.php, 1.61,
1.62 template-functions-links.php, 1.46,
1.47 template-functions-post.php, 1.37,
1.38 template-functions.php, 1.54, 1.55 vars.php, 1.42, 1.43
- Next message: [wp-cvs] wordpress wp-atom.php,1.16,1.17 wp-rss2.php,1.31,1.32
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/cafelog/wordpress
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5054
Modified Files:
wp-blog-header.php
Log Message:
s/wp_did_template_redirect/wp_template_redirect/
Index: wp-blog-header.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-blog-header.php,v
retrieving revision 1.110
retrieving revision 1.111
diff -C2 -d -r1.110 -r1.111
*** wp-blog-header.php 3 Jan 2005 00:14:42 -0000 1.110
--- wp-blog-header.php 9 Jan 2005 01:53:31 -0000 1.111
***************
*** 206,211 ****
// Template redirection
if ($pagenow == 'index.php') {
! if ( !isset($wp_did_template_redirect) ) {
! $wp_did_template_redirect = true;
do_action('template_redirect', '');
if ( is_feed() ) {
--- 206,211 ----
// Template redirection
if ($pagenow == 'index.php') {
! if ( !isset($wp_template_redirect) ) {
! $wp_template_redirect = true;
do_action('template_redirect', '');
if ( is_feed() ) {
- Previous message: [wp-cvs] wordpress/wp-includes feed-functions.php, NONE,
1.1 comment-functions.php, 1.11,
1.12 template-functions-author.php, 1.16,
1.17 template-functions-category.php, 1.46,
1.47 template-functions-general.php, 1.61,
1.62 template-functions-links.php, 1.46,
1.47 template-functions-post.php, 1.37,
1.38 template-functions.php, 1.54, 1.55 vars.php, 1.42, 1.43
- Next message: [wp-cvs] wordpress wp-atom.php,1.16,1.17 wp-rss2.php,1.31,1.32
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs
mailing list