Changeset 2576590
- Timestamp:
- 08/02/2021 03:48:41 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
photographers-galleries/tags/1.0.4/photographers-galleries.php
r2576587 r2576590 40 40 add_action('wp_enqueue_scripts', 'register_pg_styles', 20 ); 41 41 function register_pg_styles() { 42 wp_register_style('pg-css', plugin_dir_url( __FILE__ ).'css/pg-style.min.css', array(), '1.0. 2');43 wp_register_script('pg-js', plugin_dir_url( __FILE__ ).'js/pg-script.min.js', array(), '1.0. 2', true);42 wp_register_style('pg-css', plugin_dir_url( __FILE__ ).'css/pg-style.min.css', array(), '1.0.4'); 43 wp_register_script('pg-js', plugin_dir_url( __FILE__ ).'js/pg-script.min.js', array(), '1.0.4', true); 44 44 } 45 45
Note: See TracChangeset
for help on using the changeset viewer.