Changeset 1965358
- Timestamp:
- 10/29/2018 07:42:05 PM (7 years ago)
- Location:
- colorlib-login-customizer
- Files:
-
- 2 edited
-
tags/1.2.2/colorlib-login-customizer.php (modified) (2 diffs)
-
trunk/colorlib-login-customizer.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
colorlib-login-customizer/tags/1.2.2/colorlib-login-customizer.php
r1965355 r1965358 2 2 /* 3 3 * Plugin Name: Colorlib Login Customizer 4 * Version: 1.2. 14 * Version: 1.2.2 5 5 * Description: Colorlib Login Customizer is an awesome and intuitive plugin that helps you personalize your login form directly from the Customizer. The plugin fully supports the Live Customizer feature and you can see all the changes in real time and edit them. 6 6 * Author: Colorlib … … 35 35 */ 36 36 function colorlib_login_customizer() { 37 $instance = Colorlib_Login_Customizer::instance( __FILE__, '1.2. 1' );37 $instance = Colorlib_Login_Customizer::instance( __FILE__, '1.2.2' ); 38 38 39 39 if ( is_null( $instance->settings ) ) { -
colorlib-login-customizer/trunk/colorlib-login-customizer.php
r1960601 r1965358 2 2 /* 3 3 * Plugin Name: Colorlib Login Customizer 4 * Version: 1.2. 14 * Version: 1.2.2 5 5 * Description: Colorlib Login Customizer is an awesome and intuitive plugin that helps you personalize your login form directly from the Customizer. The plugin fully supports the Live Customizer feature and you can see all the changes in real time and edit them. 6 6 * Author: Colorlib … … 35 35 */ 36 36 function colorlib_login_customizer() { 37 $instance = Colorlib_Login_Customizer::instance( __FILE__, '1.2. 1' );37 $instance = Colorlib_Login_Customizer::instance( __FILE__, '1.2.2' ); 38 38 39 39 if ( is_null( $instance->settings ) ) {
Note: See TracChangeset
for help on using the changeset viewer.