summaryrefslogtreecommitdiffstats
path: root/wp-includes/comment-template.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-includes/comment-template.php')
-rw-r--r--wp-includes/comment-template.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-includes/comment-template.php b/wp-includes/comment-template.php
index 19fed0c..0c16240 100644
--- a/wp-includes/comment-template.php
+++ b/wp-includes/comment-template.php
@@ -161,7 +161,7 @@ function get_comments_number( $post_id = 0 ) {
return apply_filters('get_comments_number', $count);
}
-function comments_number( $zero = false, $one = false, $more = false, $number = '' ) {
+function comments_number( $zero = false, $one = false, $more = false, $deprecated = '' ) {
global $id;
$number = get_comments_number($id);