Don't pass deprecated argument to comments_number().
git-svn-id: http://svn.automattic.com/wordpress/trunk@12586 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
bb827e82c6
commit
0163da57c4
|
@ -988,7 +988,7 @@ function comments_popup_link( $zero = false, $one = false, $more = false, $css_c
|
|||
echo apply_filters( 'comments_popup_link_attributes', '' );
|
||||
|
||||
echo ' title="' . esc_attr( sprintf( __('Comment on %s'), $title ) ) . '">';
|
||||
comments_number( $zero, $one, $more, $number );
|
||||
comments_number( $zero, $one, $more );
|
||||
echo '</a>';
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue