Changeset 1412145
- Timestamp:
- 05/07/2016 08:31:34 AM (10 years ago)
- Location:
- techxplorers-anime-list/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (1 diff)
-
admin/class-txp-anime-list-admin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
techxplorers-anime-list/trunk/README.txt
r1403601 r1412145 82 82 == Changelog == 83 83 84 = 1.2.1 = 85 * Fix a typo in the path to the Genericons stylesheet for the admin page 86 87 = 1.2.0 = 88 * Add the ability to sort titles alphabetically 89 84 90 = 1.1.0 = 85 91 -
techxplorers-anime-list/trunk/admin/class-txp-anime-list-admin.php
r1403599 r1412145 89 89 90 90 // Include the gericons CSS. 91 wp_enqueue_style( $this->plugin_name, plugin_dir_url( __FILE__ ) . 'css/genericons/ge rnicons.css', array(), $this->version, 'all' );91 wp_enqueue_style( $this->plugin_name, plugin_dir_url( __FILE__ ) . 'css/genericons/genericons.css', array(), $this->version, 'all' ); 92 92 93 93 }
Note: See TracChangeset
for help on using the changeset viewer.