Changeset 2851769
- Timestamp:
- 01/20/2023 10:11:29 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
codecorun-coupon-discount-rules/trunk/admin/includes/codecorun-cdr-admin-class.php
r2850632 r2851769 52 52 //codemirror 53 53 if(isset($_GET['page'])){ 54 if($_GET['page'] == 'codecorun-wcdr'){ 54 $page = sanitize_text_field( $_GET['page'] ); 55 if( $page == 'codecorun-wcdr' ){ 55 56 wp_enqueue_style(CODECORUN_CDR_PREFIX.'-codemirror-style', CODECORUN_CDR_URL.'admin/assets/codemirror.css'); 56 57 wp_register_script( CODECORUN_CDR_PREFIX.'-codemirror-js', CODECORUN_CDR_URL.'admin/assets/codemirror.js', array('jquery') );
Note: See TracChangeset
for help on using the changeset viewer.