diff --git a/includes/plugin-settings.php b/includes/plugin-settings.php index b3cc2a2..1be7091 100644 --- a/includes/plugin-settings.php +++ b/includes/plugin-settings.php @@ -18,9 +18,14 @@ */ function footnotes_plugin_settings_link($links, $file) { - /* add link to the /forms.contact plugin's settings page */ - $settings_link = '' . __('Settings', FOOTNOTES_PLUGIN_NAME) . ''; - array_unshift($links, $settings_link); + /* add link to the footnotes plugin settings page */ + $l_str_SettingsLink = '' . __('Settings', FOOTNOTES_PLUGIN_NAME) . ''; + /* add link to the footnotes plugin support page on wordpress.org */ + $l_str_SupportLink = '' . __('Support', FOOTNOTES_PLUGIN_NAME) . ''; + + /* add defined links to the plugin main page */ + $links[] = $l_str_SupportLink; + $links[] = $l_str_SettingsLink; /* return new links */ return $links; diff --git a/readme.txt b/readme.txt index b441e7b..28e48da 100755 --- a/readme.txt +++ b/readme.txt @@ -41,6 +41,7 @@ No, this Plugin has been written from scratch. Of course some inspirations on ho = 1.1.1 = - Feature: Short code to not display the 'love me' slug on specific pages ( short code = [[no footnotes: love]] ) - Update: Setting where the reference container appears on public pages can also be set to the widget area +- Add: link to the wordpress.org support page in the plugin main page = 1.1.0 = - Update: Global styling for the public plugin name