Make WordPress Core


Ignore:
Timestamp:
02/20/2010 02:01:46 AM (15 years ago)
Author:
dd32
Message:

Variable Cleanup, Unused variables, Typo'd variables, unused code blocks. Fixes #12299

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/comment-template.php

    r13180 r13242  
    972972 */
    973973function comments_popup_link( $zero = false, $one = false, $more = false, $css_class = '', $none = false ) {
    974     global $id, $wpcommentspopupfile, $wpcommentsjavascript, $post;
     974    global $id, $wpcommentspopupfile, $wpcommentsjavascript;
    975975
    976976    if ( false === $zero ) $zero = __( 'No Comments' );
Note: See TracChangeset for help on using the changeset viewer.