[wp-cvs] wordpress wp-blog-header.php, 1.70, 1.71 wp-settings.php, 1.45, 1.46

Matthew Mullenweg saxmatt at users.sourceforge.net
Sat Jun 19 17:04:21 UTC 2004


Update of /cvsroot/cafelog/wordpress
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14210

Modified Files:
	wp-blog-header.php wp-settings.php 
Log Message:
Move timer start earlier.

Index: wp-settings.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-settings.php,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -d -r1.45 -r1.46
*** wp-settings.php	10 Jun 2004 08:42:25 -0000	1.45
--- wp-settings.php	19 Jun 2004 17:04:18 -0000	1.46
***************
*** 49,52 ****
--- 49,53 ----
  
  require (ABSPATH . WPINC . '/functions.php');
+ timer_start();
  require (ABSPATH . WPINC . '/functions-formatting.php');
  require (ABSPATH . WPINC . '/template-functions.php');

Index: wp-blog-header.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-blog-header.php,v
retrieving revision 1.70
retrieving revision 1.71
diff -C2 -d -r1.70 -r1.71
*** wp-blog-header.php	15 Jun 2004 03:29:55 -0000	1.70
--- wp-blog-header.php	19 Jun 2004 17:04:18 -0000	1.71
***************
*** 146,151 ****
  }
  
- if ($pagenow != 'post.php') { timer_start(); }
- 
  // Update some caches.
  update_category_cache();
--- 146,149 ----




More information about the cvs mailing list