Changeset 2254959
- Timestamp:
- 03/05/2020 09:17:31 AM (6 years ago)
- Location:
- accessiblewp-images/trunk
- Files:
-
- 2 edited
-
accessiblewp-images.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
accessiblewp-images/trunk/accessiblewp-images.php
r2254932 r2254959 6 6 * Author: AccessibleWP 7 7 * Author URI: https://www.accessiblewp.co/ 8 * Version: 1.0. 08 * Version: 1.0.1 9 9 * Text Domain: acwp 10 10 * License: GPL version 2 or later - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html … … 232 232 function acwp_images_admin_assets() { 233 233 wp_enqueue_script( 'acwp-images-admin', plugin_dir_url( __FILE__ ) . 'assets/js/admin.js', array( 'jquery' ), '', true ); 234 //wp_enqueue_style( 'acwp-admin-css', plugin_dir_path( __FILE__ ) . 'assets/css/admin.css' );234 wp_enqueue_style( 'acwp-images-admin-css', plugin_dir_url( __FILE__ ) . 'assets/admin.css' ); 235 235 //wp_enqueue_media(); 236 236 //wp_enqueue_style( 'wp-color-picker'); -
accessiblewp-images/trunk/readme.txt
r2254932 r2254959 6 6 Tested up to: 5.3.2 7 7 Requires PHP: 7.1 8 Stable tag: 1.0. 08 Stable tag: 1.0.1 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.