From b29425edb77083d08b10eb23e9d43617abeb4edc Mon Sep 17 00:00:00 2001 From: Aricura Date: Thu, 22 May 2014 12:57:26 +0000 Subject: [PATCH] - Add: link to the wordpress.org support page in the plugin main page git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@919373 b8457f37-d9ea-0310-8a92-e5e31aec5664 --- includes/plugin-settings.php | 11 ++++++++--- readme.txt | 1 + 2 files changed, 9 insertions(+), 3 deletions(-) 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