diff options
-rw-r--r-- | engine/lib/sites.php | 5 |
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. |