Changeset 854335
- Timestamp:
- 02/09/2014 06:40:22 PM (12 years ago)
- Location:
- custom-resources/trunk
- Files:
-
- 2 edited
-
controller.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
custom-resources/trunk/controller.php
r853841 r854335 4 4 * Plugin URI: http://wordpress.org/plugins/custom-resources/ 5 5 * Description: Embed additional resources (styles and scripts) for both your theme and admin pages easily. Works by direct inline embedding or by using URL's. 6 * Version: 1.0. 66 * Version: 1.0.7 7 7 * Author: Fineswap 8 8 * Author URI: http://fineswap.com/open-source/?utm_source=wordpress&utm_medium=plugin&utm_term=comment&utm_campaign=custom-resources … … 57 57 private function __construct() { 58 58 // Add a Settings link in Plugins page. 59 add_filter('plugin_action_links_' . SLUG, array($this, 'settings_link'));59 add_filter('plugin_action_links_' . plugin_basename(__FILE__), array($this, 'settings_link')); 60 60 61 61 // Properly initialize and cleanup on activate/deactivate. -
custom-resources/trunk/readme.txt
r853841 r854335 49 49 == Changelog == 50 50 51 = 1.0.7 = 52 * Fix missing Settings link in Plugins page. 53 51 54 = 1.0.6 = 52 55 * Small typo in UI.
Note: See TracChangeset
for help on using the changeset viewer.