aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/sites.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/lib/sites.php')
-rw-r--r--engine/lib/sites.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/engine/lib/sites.php b/engine/lib/sites.php
index 546ef9161..2d5b589a7 100644
--- a/engine/lib/sites.php
+++ b/engine/lib/sites.php
@@ -506,10 +506,7 @@
* @param string $name
* @param int $site_id
*/
- function count_site_annotations($name, $site_id)
- {
- return count_annotations($site_id, 'site', $name);
- }
+ function count_site_annotations($name, $site_id) { return count_annotations($site_id, 'site', $name); }
/**
* Get the average of an integer type annotation.