Plugin Directory

Changeset 2225157


Ignore:
Timestamp:
01/10/2020 01:59:19 AM (6 years ago)
Author:
powr
Message:

Resolved PHP warning and support for 5.3.2

Location:
powr-pack/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • powr-pack/trunk/readme.txt

    r2178799 r2225157  
    55Description: 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.
    66Requires at least: 3.0
    7 Tested up to: 5.3
    8 Stable tag: 2.0.1
     7Tested up to: 5.3.2
     8Stable tag: 2.0.3
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    235235= 2.0.2 =
    236236* 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  
    7070    array( 'description' => __( 'Add any Plugin from POWr.io') )
    7171  );
    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//  }
    7575}
    7676//This prints the div
Note: See TracChangeset for help on using the changeset viewer.