Plugin Directory

Changeset 696983


Ignore:
Timestamp:
04/13/2013 01:29:58 PM (13 years ago)
Author:
WingerSpeed
Message:

Fixed the undefined variable notice.

Location:
slimjetpack
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • slimjetpack/tags/2.2.2.4/readme.txt

    r695023 r696983  
    88Requires at least: 3.3
    99Tested up to: 3.5
    10 Stable tag: 2.2.2.3
     10Stable tag: 2.2.2.4
    1111
    1212Slim version of Jetpack unlinked from WordPress.com :)
  • slimjetpack/tags/2.2.2.4/slimjetpack.php

    r695023 r696983  
    66 * Description: Plug-n-pay Slim Jetpack totally unlinked with WordPress.Com API with less obtrusive admin page.
    77 * Author: WingerSpeed
    8  * Version: 2.2.2.3
     8 * Version: 2.2.2.4
    99 * Author URI: #
    1010 * License: GPL2+
     
    1313 */
    1414 
     15defined( 'JETPACK__API_BASE' ) or define( 'JETPACK__API_BASE', 'emptybase' );
    1516function is_jetpack_active () {
    1617    if ( class_exists('Jetpack') && JETPACK__API_BASE == 'https://jetpack.wordpress.com/jetpack.' ) {
     
    2526    exit;
    2627}
    27 defined( 'JETPACK__API_BASE' ) or define( 'JETPACK__API_BASE', 'nulled' );
    2828define( 'JETPACK__API_VERSION', 1 );
    2929define( 'JETPACK__MINIMUM_WP_VERSION', '3.3' );
  • slimjetpack/trunk/readme.txt

    r695023 r696983  
    88Requires at least: 3.3
    99Tested up to: 3.5
    10 Stable tag: 2.2.2.3
     10Stable tag: 2.2.2.4
    1111
    1212Slim version of Jetpack unlinked from WordPress.com :)
  • slimjetpack/trunk/slimjetpack.php

    r695023 r696983  
    66 * Description: Plug-n-pay Slim Jetpack totally unlinked with WordPress.Com API with less obtrusive admin page.
    77 * Author: WingerSpeed
    8  * Version: 2.2.2.3
     8 * Version: 2.2.2.4
    99 * Author URI: #
    1010 * License: GPL2+
     
    1313 */
    1414 
     15defined( 'JETPACK__API_BASE' ) or define( 'JETPACK__API_BASE', 'emptybase' );
    1516function is_jetpack_active () {
    1617    if ( class_exists('Jetpack') && JETPACK__API_BASE == 'https://jetpack.wordpress.com/jetpack.' ) {
     
    2526    exit;
    2627}
    27 defined( 'JETPACK__API_BASE' ) or define( 'JETPACK__API_BASE', 'nulled' );
    2828define( 'JETPACK__API_VERSION', 1 );
    2929define( 'JETPACK__MINIMUM_WP_VERSION', '3.3' );
Note: See TracChangeset for help on using the changeset viewer.