mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-03-30 02:04:26 +00:00
Missing querycount
git-svn-id: https://develop.svn.wordpress.org/trunk@558 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -11,6 +11,7 @@ include('blog.header.php');
|
||||
$sql = "SELECT max(post_date) FROM $tableposts";
|
||||
|
||||
$maxdate = $wpdb->get_var($sql);
|
||||
++$querycount;
|
||||
|
||||
$unixtime = strtotime($maxdate);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user