Changeset 2225157
- Timestamp:
- 01/10/2020 01:59:19 AM (6 years ago)
- Location:
- powr-pack/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
src/pack.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
powr-pack/trunk/readme.txt
r2178799 r2225157 5 5 Description: POWr is your complete WordPress plugin library! Grow your email list, get more followers, boost conversions and keep visitors engaged. Drop the widget anywhere in your theme, or use the POWr icon in your WP text editor to add to a page or post. Edit on your live page by clicking the settings icon. More plugins and tutorials available at POWr.io. 6 6 Requires at least: 3.0 7 Tested up to: 5.3 8 Stable tag: 2.0. 17 Tested up to: 5.3.2 8 Stable tag: 2.0.3 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 235 235 = 2.0.2 = 236 236 * Tested up to 5.3 237 238 = 2.0.3 = 239 * Resolved PHP Warning. Tested up to 5.3.2 -
powr-pack/trunk/src/pack.php
r2041036 r2225157 70 70 array( 'description' => __( 'Add any Plugin from POWr.io') ) 71 71 ); 72 if ( is_active_widget( false, false, $this->id_base ) ) {73 add_action( 'wp_head', array( $this, 'css' ) );74 }72 // if ( is_active_widget( false, false, $this->id_base ) ) { 73 // add_action( 'wp_head', array( $this, 'css' ) ); 74 // } 75 75 } 76 76 //This prints the div
Note: See TracChangeset
for help on using the changeset viewer.