Changeset 10704
- Timestamp:
- 03/04/2009 08:26:56 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/comment-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment-template.php
r10386 r10704 902 902 function comments_popup_link( $zero = 'No Comments', $one = '1 Comment', $more = '% Comments', $css_class = '', $none = 'Comments Off' ) { 903 903 global $id, $wpcommentspopupfile, $wpcommentsjavascript, $post; 904 905 if ( is_single() || is_page() )906 return;907 904 908 905 $number = get_comments_number( $id );
Note: See TracChangeset
for help on using the changeset viewer.