Plugin Directory

Changeset 727735


Ignore:
Timestamp:
06/18/2013 04:30:22 AM (13 years ago)
Author:
bholtsclaw
Message:

trim tabname whitespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gplus-comments/trunk/includes/lib/hooks.php

    r727734 r727735  
    3939    if (!(is_singular() && (have_comments() || 'open' == $post->comment_status))) { return; }
    4040
    41       return GPLUS_COMMENTS_TEMPLATES . '/container.php';
    42     }
    43 
     41    return GPLUS_COMMENTS_TEMPLATES . '/container.php';
    4442}
    4543add_filter('comments_template', 'gplus_comments_template', 4269);
Note: See TracChangeset for help on using the changeset viewer.