Changeset 727735
- Timestamp:
- 06/18/2013 04:30:22 AM (13 years ago)
- File:
-
- 1 edited
-
gplus-comments/trunk/includes/lib/hooks.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
gplus-comments/trunk/includes/lib/hooks.php
r727734 r727735 39 39 if (!(is_singular() && (have_comments() || 'open' == $post->comment_status))) { return; } 40 40 41 return GPLUS_COMMENTS_TEMPLATES . '/container.php'; 42 } 43 41 return GPLUS_COMMENTS_TEMPLATES . '/container.php'; 44 42 } 45 43 add_filter('comments_template', 'gplus_comments_template', 4269);
Note: See TracChangeset
for help on using the changeset viewer.