Plugin Directory

Changeset 1556986


Ignore:
Timestamp:
12/18/2016 04:06:13 PM (8 years ago)
Author:
bainternet
Message:

fixed child theme comments not showing

Location:
social-comments/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • social-comments/trunk/plugin.php

    r869587 r1556986  
    44Plugin URI: http://en.bainternet.info
    55Description: This plugin adds Google Plus Comments , facebook comments, Disqus comments and the native comments system to your blog
    6 Version: 0.1.5
     6Version: 0.1.6
    77Author: Bainternet
    88Author Email: [email protected]
     
    256256            if ( file_exists( $file ) )
    257257                require( $file );
    258             elseif ( file_exists( TEMPLATEPATH . $file ) )
    259                 require( TEMPLATEPATH . $file );
     258            elseif ( file_exists( get_stylesheet_directory() . '/' . $file ) )
     259                require( get_stylesheet_directory() . '/' . $file );
    260260           
    261261            return ob_get_clean();
  • social-comments/trunk/readme.txt

    r992470 r1556986  
    44Tags:  +1 comments, gplus comments, comments, google comments, google plus comments, facebook comments, disqus, disqus comments, tabbed comments. social comments.
    55Requires at least: 3.5
    6 Tested up to: 4.0.0
    7 Stable tag: 0.1.5
     6Tested up to: 4.7.0
     7Stable tag: 0.1.6
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4242
    4343== Changelog ==
     44= 0.1.6
     45    Fixed child theme comments not showing Native Comments.
     46
    4447= 0.1.5
    4548    New option to set the facebook language.
Note: See TracChangeset for help on using the changeset viewer.