Plugin Directory

Changeset 854335


Ignore:
Timestamp:
02/09/2014 06:40:22 PM (12 years ago)
Author:
fineswap
Message:

Fix missing Settings link in Plugins page.

Location:
custom-resources/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • custom-resources/trunk/controller.php

    r853841 r854335  
    44 * Plugin URI: http://wordpress.org/plugins/custom-resources/
    55 * 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
     6 * Version: 1.0.7
    77 * Author: Fineswap
    88 * Author URI: http://fineswap.com/open-source/?utm_source=wordpress&utm_medium=plugin&utm_term=comment&utm_campaign=custom-resources
     
    5757  private function __construct() {
    5858    // 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'));
    6060
    6161    // Properly initialize and cleanup on activate/deactivate.
  • custom-resources/trunk/readme.txt

    r853841 r854335  
    4949== Changelog ==
    5050
     51= 1.0.7 =
     52 * Fix missing Settings link in Plugins page.
     53
    5154= 1.0.6 =
    5255 * Small typo in UI.
Note: See TracChangeset for help on using the changeset viewer.