Changeset 1556986
- Timestamp:
- 12/18/2016 04:06:13 PM (8 years ago)
- Location:
- social-comments/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
social-comments/trunk/plugin.php
r869587 r1556986 4 4 Plugin URI: http://en.bainternet.info 5 5 Description: This plugin adds Google Plus Comments , facebook comments, Disqus comments and the native comments system to your blog 6 Version: 0.1. 56 Version: 0.1.6 7 7 Author: Bainternet 8 8 Author Email: [email protected] … … 256 256 if ( file_exists( $file ) ) 257 257 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 ); 260 260 261 261 return ob_get_clean(); -
social-comments/trunk/readme.txt
r992470 r1556986 4 4 Tags: +1 comments, gplus comments, comments, google comments, google plus comments, facebook comments, disqus, disqus comments, tabbed comments. social comments. 5 5 Requires at least: 3.5 6 Tested up to: 4. 0.07 Stable tag: 0.1. 56 Tested up to: 4.7.0 7 Stable tag: 0.1.6 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 42 42 43 43 == Changelog == 44 = 0.1.6 45 Fixed child theme comments not showing Native Comments. 46 44 47 = 0.1.5 45 48 New option to set the facebook language.
Note: See TracChangeset
for help on using the changeset viewer.