Changeset 1889458
- Timestamp:
- 06/08/2018 07:47:12 AM (8 years ago)
- File:
-
- 1 edited
-
astore-companion/trunk/astore-companion.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
astore-companion/trunk/astore-companion.php
r1889388 r1889458 73 73 wp_enqueue_style( 'wp-color-picker' ); 74 74 75 $theme = get_option('stylesheet'); 76 75 77 if(isset($_GET['page']) && $_GET['page']=='astore-template'){ 76 78 wp_enqueue_script( 'plugin-install' ); … … 85 87 'i18n' =>array('t1'=> __( 'Install and Import', 'astore-companion' ),'t2'=> __( 'Import', 'astore-companion' ) ), 86 88 ) ); 89 90 if( $theme == 'astore-pro' ){ 91 $custom_css = '.astore-free{ display:none;}'; 92 wp_add_inline_style( 'astore-companion-admin', wp_filter_nohtml_kses($custom_css) ); 93 } 87 94 } 88 95
Note: See TracChangeset
for help on using the changeset viewer.