mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Add some comment API and update comment popup templates to use them. Props David Hose. fixes #1892
git-svn-id: https://develop.svn.wordpress.org/trunk@3115 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2146,4 +2146,9 @@ function plugin_basename($file) {
|
||||
return $file;
|
||||
}
|
||||
|
||||
?>
|
||||
function get_num_queries() {
|
||||
global $wpdb;
|
||||
return $wpdb->num_queries;
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user