Plugin Directory

Changeset 772501


Ignore:
Timestamp:
09/15/2013 12:38:41 AM (13 years ago)
Author:
Avant 5
Message:

Removed a debugging output that prints to the webpage

Location:
jam/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • jam/trunk/jam.php

    r732880 r772501  
    66    Description: Easy managing and loading of jQuery plugins, libraries and the WP enqueued scripts for jQuery.  Complete with a full library of ready-to-use scripts.
    77    Author: Avant 5 Multimedia
    8     Version: 1.0
     8    Version: 1.1
    99    Author URI: http://www.avant5.com
    1010   
     
    5959    $plugins = $options['active'];
    6060    if ($plugins['jQuery']) wp_enqueue_script( 'jquery' );
    61     if ($plugins['jQuery Form']) { print "<p>YOWZA!</p>"; wp_enqueue_script( 'jquery-form ' ); }
     61    if ($plugins['jQuery Form']) { wp_enqueue_script( 'jquery-form ' ); }
    6262    if ($plugins['jQuery Color']) wp_enqueue_script( 'jquery-color ' );
    6363    if ($plugins['jQuery Masonry']) wp_enqueue_script( 'jquery-masonry' );
  • jam/trunk/readme.txt

    r732880 r772501  
    66Requires at least: 3.0.1
    77Tested up to: 3.4
    8 Stable tag: 1.0
     8Stable tag: 1.1
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.