Changeset 2339669
- Timestamp:
- 07/13/2020 12:08:38 PM (6 years ago)
- Location:
- light-lms-quizz
- Files:
-
- 1 added
- 2 edited
-
assets/icon.svg (added)
-
trunk/ligth-lms-quizz.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
light-lms-quizz/trunk/ligth-lms-quizz.php
r2330625 r2339669 49 49 } 50 50 51 public function enqueue_admin_scripts( ){51 public function enqueue_admin_scripts( $pageHook ){ 52 52 53 53 wp_enqueue_style( 'admin_css_bar', plugin_dir_url( __FILE__ ) . '/css/light-lms-quizz.css', false, '1.0.0' ); … … 62 62 ); 63 63 64 wp_enqueue_script( 'light_lms_js', plugin_dir_url( __FILE__ ) . '/blocks/register_blocks.js', $required_js_files );64 if( $pageHook == 'post.php'){ 65 65 66 wp_set_script_translations( 'light_lms_js', 'light-lms-quizz' ); 66 wp_enqueue_script( 'light_lms_js', plugin_dir_url( __FILE__ ) . '/blocks/register_blocks.js', $required_js_files ); 67 68 wp_set_script_translations( 'light_lms_js', 'light-lms-quizz' ); 69 70 } 67 71 68 72 } -
light-lms-quizz/trunk/readme.txt
r2330625 r2339669 4 4 Tags: multiple choice questions, multiple choice, quizz, LMS 5 5 Requires at least: 5.1 6 Tested up to: 5. 16 Tested up to: 5.4 7 7 Requires PHP: 5.0 8 Stable tag: 1. 08 Stable tag: 1.1 9 9 License: GPLv3 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset
for help on using the changeset viewer.