Plugin Directory

Changeset 673648


Ignore:
Timestamp:
02/26/2013 04:20:57 PM (13 years ago)
Author:
leethompson
Message:

3.4 fix admin section

Location:
lazy-content-slider
Files:
4 edited
6 copied

Legend:

Unmodified
Added
Removed
  • lazy-content-slider/tags/3.4/lzcs.php

    r673063 r673648  
    55Description: This is a content slider that shows 5 slides from a "Featured Category"                                                                                               
    66Author: Lee Thompson                                                                                                                                                               
    7 Version: 3.3
     7Version: 3.4
    88Author URI: http://mysqlhow2.com                                                                                                                                                   
    99                                                                                                                                                                                   
     
    2323    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
    2424*/
    25 add_action( 'admin_enqueue_scripts', 'add_jscss' );
     25//add_action( 'admin_enqueue_scripts', 'add_jscss' );
    2626add_action('admin_menu', 'lzcs_add_admin_menu');
    2727add_action('wp_enqueue_scripts', 'add_jscss');
  • lazy-content-slider/tags/3.4/lzcs_admin.php

    r618262 r673648  
    7272</form>
    7373</div>
    74 <div class="wrap">
    75 <?php if (function_exists("drawslider")){ drawslider(); }; ?>
    76 </div>
    7774<br><br>
    7875<div class="wrap">
  • lazy-content-slider/tags/3.4/readme.txt

    r673063 r673648  
    55Requires at least: 2.9.2
    66Tested up to: 3.5.1
    7 Stable tag: 3.3
     7Stable tag: 3.4
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9696= 3.3 =
    9797Fixed auto rotation
     98= 3.4 =
     99Fixed admin section
    98100
    99101== Changelog ==
     
    133135= 3.3 =
    134136Fixed auto rotation
     137= 3.4 =
     138Fixed admin section
  • lazy-content-slider/trunk/lzcs.php

    r673063 r673648  
    55Description: This is a content slider that shows 5 slides from a "Featured Category"                                                                                               
    66Author: Lee Thompson                                                                                                                                                               
    7 Version: 3.3
     7Version: 3.4
    88Author URI: http://mysqlhow2.com                                                                                                                                                   
    99                                                                                                                                                                                   
     
    2323    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
    2424*/
    25 add_action( 'admin_enqueue_scripts', 'add_jscss' );
     25//add_action( 'admin_enqueue_scripts', 'add_jscss' );
    2626add_action('admin_menu', 'lzcs_add_admin_menu');
    2727add_action('wp_enqueue_scripts', 'add_jscss');
  • lazy-content-slider/trunk/lzcs_admin.php

    r618262 r673648  
    7272</form>
    7373</div>
    74 <div class="wrap">
    75 <?php if (function_exists("drawslider")){ drawslider(); }; ?>
    76 </div>
    7774<br><br>
    7875<div class="wrap">
  • lazy-content-slider/trunk/readme.txt

    r673063 r673648  
    55Requires at least: 2.9.2
    66Tested up to: 3.5.1
    7 Stable tag: 3.3
     7Stable tag: 3.4
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9696= 3.3 =
    9797Fixed auto rotation
     98= 3.4 =
     99Fixed admin section
    98100
    99101== Changelog ==
     
    133135= 3.3 =
    134136Fixed auto rotation
     137= 3.4 =
     138Fixed admin section
Note: See TracChangeset for help on using the changeset viewer.