From 39be248b584614975da62f261916d8fd9bd50c77 Mon Sep 17 00:00:00 2001 From: Erick Hitter <ehitter@gmail.com> Date: Sun, 29 Dec 2013 16:38:09 -0500 Subject: [PATCH] Update "ethitter.com" references to remove unnecessary redirects --- readme.txt | 2 +- tag-dropdown-widget.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index 22327f5..8a858a4 100644 --- a/readme.txt +++ b/readme.txt @@ -1,6 +1,6 @@ === Taxonomy Dropdown Widget === Contributors: ethitter -Donate link: http://www.ethitter.com/plugins/taxonomy-dropdown-widget/ +Donate link: https://ethitter.com/plugins/taxonomy-dropdown-widget/ Tags: tag, tags, taxonomy, sidebar, widget, widgets, dropdown, drop down Requires at least: 2.8 Tested up to: 3.8 diff --git a/tag-dropdown-widget.php b/tag-dropdown-widget.php index c5d893f..ce386a6 100644 --- a/tag-dropdown-widget.php +++ b/tag-dropdown-widget.php @@ -1,11 +1,11 @@ <?php /* Plugin Name: Taxonomy Dropdown Widget -Plugin URI: http://www.ethitter.com/plugins/taxonomy-dropdown-widget/ +Plugin URI: https://ethitter.com/plugins/taxonomy-dropdown-widget/ Description: Creates a dropdown list of non-hierarchical taxonomies as an alternative to the term (tag) cloud. Widget provides numerous options to tailor the output to fit your site. Dropdown function can also be called directly for use outside of the widget. Formerly known as <strong><em>Tag Dropdown Widget</em></strong>. Author: Erick Hitter Version: 2.1 -Author URI: http://www.ethitter.com/ +Author URI: https://ethitter.com/ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -- GitLab