[wp-cvs] wordpress wp-blog-header.php,1.78,1.79
Ryan Boren
rboren at users.sourceforge.net
Tue Aug 10 05:36:00 UTC 2004
- Previous message: [wp-cvs] wordpress wp-login.php,1.29,1.30
- Next message: [wp-cvs] wordpress/wp-admin categories.php, 1.37,
1.38 edit-comments.php, 1.31, 1.32 edit.php, 1.26,
1.27 moderation.php, 1.14, 1.15 post.php, 1.74, 1.75
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/cafelog/wordpress
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1842
Modified Files:
wp-blog-header.php
Log Message:
Static pages. Take 1.
Index: wp-blog-header.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-blog-header.php,v
retrieving revision 1.78
retrieving revision 1.79
diff -C2 -d -r1.78 -r1.79
*** wp-blog-header.php 8 Aug 2004 15:31:49 -0000 1.78
--- wp-blog-header.php 10 Aug 2004 05:35:52 -0000 1.79
***************
*** 51,55 ****
}
! $wpvarstoreset = array('m','p','posts','w', 'cat','withcomments','s','search','exact', 'sentence','poststart','postend','preview','debug', 'calendar','page','paged','more','tb', 'pb','author','order','orderby', 'year', 'monthnum', 'day', 'hour', 'minute', 'second', 'name', 'category_name', 'feed', 'author_name');
for ($i=0; $i<count($wpvarstoreset); $i += 1) {
--- 51,55 ----
}
! $wpvarstoreset = array('m','p','posts','w', 'cat','withcomments','s','search','exact', 'sentence','poststart','postend','preview','debug', 'calendar','page','paged','more','tb', 'pb','author','order','orderby', 'year', 'monthnum', 'day', 'hour', 'minute', 'second', 'name', 'category_name', 'feed', 'author_name', 'static');
for ($i=0; $i<count($wpvarstoreset); $i += 1) {
- Previous message: [wp-cvs] wordpress wp-login.php,1.29,1.30
- Next message: [wp-cvs] wordpress/wp-admin categories.php, 1.37,
1.38 edit-comments.php, 1.31, 1.32 edit.php, 1.26,
1.27 moderation.php, 1.14, 1.15 post.php, 1.74, 1.75
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs
mailing list