Changeset 1700068
- Timestamp:
- 07/21/2017 05:14:16 AM (9 years ago)
- Location:
- ae-admin-customizer/trunk
- Files:
-
- 2 edited
-
ae-admin-customizer.php (modified) (1 diff)
-
inc/classes/live-login-registration-customizer.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ae-admin-customizer/trunk/ae-admin-customizer.php
r1700018 r1700068 47 47 * @return bool 48 48 */ 49 function ae_admin_valid_hex_color($value){ 50 if ( preg_match( '/^#[a-f0-9]{6}$/i', $value ) ) { return true; }else{ return false; } 49 if(!function_exists("ae_admin_valid_hex_color")){ 50 function ae_admin_valid_hex_color($value){ 51 if ( preg_match( '/^#[a-f0-9]{6}$/i', $value ) ) { return true; }else{ return false; } 52 } 51 53 } 52 54 -
ae-admin-customizer/trunk/inc/classes/live-login-registration-customizer.php
r1699349 r1700068 36 36 $wp_customize->remove_panel( $panel->id ); 37 37 } 38 39 }40 41 38 42 39 /* … … 313 310 ) 314 311 ); 315 312 } 316 313 } 317 314 }
Note: See TracChangeset
for help on using the changeset viewer.