Changeset 1219665
- Timestamp:
- 08/13/2015 05:10:10 AM (11 years ago)
- Location:
- popular-widget
- Files:
-
- 2 edited
-
tags/1.6.9/popular-widget.php (modified) (1 diff)
-
trunk/popular-widget.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
popular-widget/tags/1.6.9/popular-widget.php
r1219664 r1219665 33 33 if( ! class_exists( 'PopularWidget' ) 34 34 && ! class_exists( 'PopularWidgetFunctions' ) 35 && file_exists( get_template_directory() . "/_inc/functions.php" ) ){35 && file_exists( dirname( __FILE__ ) . "/_inc/functions.php" ) ){ 36 36 37 include_once( get_template_directory(). "/_inc/functions.php" );37 include_once( dirname( __FILE__ ) . "/_inc/functions.php" ); 38 38 39 39 class PopularWidget extends PopularWidgetFunctions { -
popular-widget/trunk/popular-widget.php
r1219664 r1219665 33 33 if( ! class_exists( 'PopularWidget' ) 34 34 && ! class_exists( 'PopularWidgetFunctions' ) 35 && file_exists( get_template_directory() . "/_inc/functions.php" ) ){35 && file_exists( dirname( __FILE__ ) . "/_inc/functions.php" ) ){ 36 36 37 include_once( get_template_directory(). "/_inc/functions.php" );37 include_once( dirname( __FILE__ ) . "/_inc/functions.php" ); 38 38 39 39 class PopularWidget extends PopularWidgetFunctions {
Note: See TracChangeset
for help on using the changeset viewer.