Changeset 842584
- Timestamp:
- 01/21/2014 06:20:38 PM (12 years ago)
- File:
-
- 1 edited
-
custom-resources/trunk/controller.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
custom-resources/trunk/controller.php
r842580 r842584 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 6 * Version: 1.0.1 7 7 * Author: Fineswap 8 8 * Author URI: http://fineswap.com/open-source/ … … 55 55 private function __construct() { 56 56 // Add a Settings link in Plugins page. 57 add_filter('plugin_action_links_' . plugin_basename(__FILE__), array($this, 'settings_link'));57 add_filter('plugin_action_links_' . SLUG, array($this, 'settings_link')); 58 58 59 59 // Properly initialize and cleanup on activate/deactivate.
Note: See TracChangeset
for help on using the changeset viewer.