[wp-cvs] wordpress/wp-admin admin-header.php,1.25,1.26
Matthew Mullenweg
saxmatt at users.sourceforge.net
Sat Jun 19 17:04:21 UTC 2004
Update of /cvsroot/cafelog/wordpress/wp-admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14210/wp-admin
Modified Files:
admin-header.php
Log Message:
Move timer start earlier.
Index: admin-header.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/admin-header.php,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** admin-header.php 15 Jun 2004 23:24:35 -0000 1.25
--- admin-header.php 19 Jun 2004 17:04:18 -0000 1.26
***************
*** 13,17 ****
if (!isset($blogID)) $blog_ID=1;
if (!isset($debug)) $debug=0;
- timer_start();
$dogs = $wpdb->get_results("SELECT * FROM $wpdb->categories WHERE 1=1");
--- 13,16 ----
More information about the cvs
mailing list