Plugin Directory

Changeset 1293473


Ignore:
Timestamp:
11/24/2015 02:06:35 PM (10 years ago)
Author:
jeffreysmattson
Message:

Update

Location:
l7-login-customizer
Files:
35 added
3 edited

Legend:

Unmodified
Added
Removed
  • l7-login-customizer/trunk/includes/options-page.php

    r1293178 r1293473  
    7070        }
    7171    }
    72    
     72
    7373    /**
    7474     * Displays the settings fields by calling settings_fields() and do_settings_sections(). Contains the
     
    9494
    9595                        // If there is an addon activated.  Don't show these options.
    96                         if ( false === $this->jsm_is_addon_activated( $l7w_510_addon_theme_array ) ){
     96                        if ( false == $this->jsm_is_addon_activated( $l7w_510_addon_theme_array ) ){
    9797                            do_settings_sections( 'simple-login-customizer' );
    9898                            do_settings_sections( 'text-settings-customizer' );
  • l7-login-customizer/trunk/l7-login-customizer.php

    r1293184 r1293473  
    55 * Plugin URI: https://layer7web.com
    66 * Description: For customizing the login, logout, and register pages. Add a custom logo and background image easily.
    7  * Version: 2.2.5
     7 * Version: 2.2.6
    88 * Author: Jeffrey S. Mattson
    99 * Author URI: https://layer7web.com
     
    3737define( 'L7W_CUSTOM_TEMP_ROUND_LOGIN',  'l7-pool-login-temp/l7-pool-login-temp.php' );
    3838define( 'L7W_CUSTOM_TEMP_STEALTH_LOGIN',    'l7-stealth-login-temp/l7-stealth-login-temp.php' );
     39define( 'L7W_CUSTOM_TEMP_BEACH_LOGIN',  'l7-beach-cabin/l7-beach-cabin.php' );
     40
     41// Addons Array
     42global $l7w_510_addon_theme_array;
     43$l7w_510_addon_theme_array = array(
     44    L7W_CUSTOM_TEMP_GREEN,
     45    L7W_CUSTOM_TEMP_MOUNT_SNOW,
     46    L7W_CUSTOM_TEMP_ROUND_LOGIN,
     47    L7W_CUSTOM_TEMP_STEALTH_LOGIN,
     48    L7W_CUSTOM_TEMP_BEACH_LOGIN,
     49    );
    3950
    4051/**
  • l7-login-customizer/trunk/readme.txt

    r1293178 r1293473  
    55Requires at least: 3.0.1
    66Tested up to: 4.3
    7 Stable tag: 2.2.5
     7Stable tag: 2.2.6
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.