Plugin Directory

Changeset 2254959


Ignore:
Timestamp:
03/05/2020 09:17:31 AM (6 years ago)
Author:
accessiblewp
Message:

minor fix for the icon and the admin css

Location:
accessiblewp-images/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • accessiblewp-images/trunk/accessiblewp-images.php

    r2254932 r2254959  
    66 * Author: AccessibleWP
    77 * Author URI: https://www.accessiblewp.co/
    8  * Version: 1.0.0
     8 * Version: 1.0.1
    99 * Text Domain: acwp
    1010 * License: GPL version 2 or later - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     
    232232function acwp_images_admin_assets() {
    233233    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' );
    235235    //wp_enqueue_media();
    236236    //wp_enqueue_style( 'wp-color-picker');
  • accessiblewp-images/trunk/readme.txt

    r2254932 r2254959  
    66Tested up to: 5.3.2
    77Requires PHP: 7.1
    8 Stable tag: 1.0.0
     8Stable tag: 1.0.1
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.