Changeset 2274674
- Timestamp:
- 04/03/2020 04:49:21 AM (6 years ago)
- Location:
- category-tag-tidy/trunk
- Files:
-
- 15 edited
-
README.txt (modified) (2 diffs)
-
admin/class-category-tag-tidy-admin.php (modified) (2 diffs)
-
admin/partials/category-tag-tidy-admin-display.php (modified) (1 diff)
-
category-tag-tidy.php (modified) (2 diffs)
-
includes/class-category-tag-tidy-activator.php (modified) (2 diffs)
-
includes/class-category-tag-tidy-deactivator.php (modified) (2 diffs)
-
includes/class-category-tag-tidy-i18n.php (modified) (2 diffs)
-
includes/class-category-tag-tidy-loader.php (modified) (2 diffs)
-
includes/class-category-tag-tidy.php (modified) (2 diffs)
-
languages/category-tag-tidy-en.mo (modified) (previous)
-
languages/category-tag-tidy-en.po (modified) (4 diffs)
-
languages/category-tag-tidy.pot (modified) (4 diffs)
-
public/class-category-tag-tidy-public.php (modified) (2 diffs)
-
public/partials/category-tag-tidy-public-display.php (modified) (1 diff)
-
uninstall.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
category-tag-tidy/trunk/README.txt
r2221382 r2274674 1 1 === Category Tag Tidy === 2 Contributors: wpplugin s-tech2 Contributors: wpplugindev 3 3 Tags: Category, Tag, Multisite, clean, tidy, unused tags, unused categories, delete 4 4 Requires at least: 4.0 … … 39 39 ### Links 40 40 41 - [GitHub Repository](https://github.com/wpplugin s-tech/category-tag-tidy)41 - [GitHub Repository](https://github.com/wpplugindev/category-tag-tidy) 42 42 43 43 == Installation == -
category-tag-tidy/trunk/admin/class-category-tag-tidy-admin.php
r2221994 r2274674 4 4 * The admin-specific functionality of the plugin. 5 5 * 6 * @link http://www.wpplugin s.tech6 * @link http://www.wpplugindev.net 7 7 * @since 1.0.0 8 8 * … … 16 16 * @package Category_Tag_Tidy 17 17 * @subpackage Category_Tag_Tidy/admin 18 * @author WPplugin s.Tech <info@wpplugins.tech>18 * @author WPplugindev.Net <info@wpplugindev.net> 19 19 */ 20 20 class Category_Tag_Tidy_Admin { -
category-tag-tidy/trunk/admin/partials/category-tag-tidy-admin-display.php
r2221382 r2274674 6 6 * This file is used to markup the admin-facing aspects of the plugin. 7 7 * 8 * @link http://www.wpplugin s.tech8 * @link http://www.wpplugindev.net 9 9 * @since 1.0.0 10 10 * -
category-tag-tidy/trunk/category-tag-tidy.php
r2221382 r2274674 5 5 * 6 6 * 7 * @link http://www.wpplugin s.tech7 * @link http://www.wpplugindev.net 8 8 * @since 1.0.0 9 9 * @package Category_Tag_Tidy … … 11 11 * @wordpress-plugin 12 12 * Plugin Name: Category Tag Tidy 13 * Plugin URI: https://github.com/wpplugin s-tech/category-tag-tidy13 * Plugin URI: https://github.com/wpplugindev/category-tag-tidy 14 14 * Description: Allows easy deletion of unused categories and tags - maintains existing category structure. 15 15 * Version: 1.0.0 16 * Author: WPplugin s.Tech17 * Author URI: http://www.wpplugin s.tech16 * Author: WPplugindev.Net 17 * Author URI: http://www.wpplugindev.net 18 18 * License: GPL-2.0+ 19 19 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt -
category-tag-tidy/trunk/includes/class-category-tag-tidy-activator.php
r2221382 r2274674 4 4 * Fired during plugin activation 5 5 * 6 * @link http://www.wpplugin s.tech6 * @link http://www.wpplugindev.net 7 7 * @since 1.0.0 8 8 * … … 19 19 * @package Category_Tag_Tidy 20 20 * @subpackage Category_Tag_Tidy/includes 21 * @author WPplugin s.Tech <info@wpplugins.tech>21 * @author WPplugindev.Net <info@wpplugindev.net> 22 22 */ 23 23 class Category_Tag_Tidy_Activator { -
category-tag-tidy/trunk/includes/class-category-tag-tidy-deactivator.php
r2221382 r2274674 4 4 * Fired during plugin deactivation 5 5 * 6 * @link http://www.wpplugin s.tech6 * @link http://www.wpplugindev.net 7 7 * @since 1.0.0 8 8 * … … 19 19 * @package Category_Tag_Tidy 20 20 * @subpackage Category_Tag_Tidy/includes 21 * @author WPplugin s.Tech <info@wpplugins.tech>21 * @author WPplugindev.Net <info@wpplugindev.net> 22 22 */ 23 23 class Category_Tag_Tidy_Deactivator { -
category-tag-tidy/trunk/includes/class-category-tag-tidy-i18n.php
r2221382 r2274674 7 7 * so that it is ready for translation. 8 8 * 9 * @link http://www.wpplugin s.tech9 * @link http://www.wpplugindev.net 10 10 * @since 1.0.0 11 11 * … … 23 23 * @package Category_Tag_Tidy 24 24 * @subpackage Category_Tag_Tidy/includes 25 * @author WPplugin s.Tech <info@wpplugins.tech>25 * @author WPplugindev.Net <info@wpplugindev.net> 26 26 */ 27 27 class Category_Tag_Tidy_i18n { -
category-tag-tidy/trunk/includes/class-category-tag-tidy-loader.php
r2221382 r2274674 4 4 * Register all actions and filters for the plugin 5 5 * 6 * @link http://www.wpplugin s.tech6 * @link http://www.wpplugindev.net 7 7 * @since 1.0.0 8 8 * … … 20 20 * @package Category_Tag_Tidy 21 21 * @subpackage Category_Tag_Tidy/includes 22 * @author WPplugin s.Tech <info@wpplugins.tech>22 * @author WPplugindev.Net <info@wpplugindev.net> 23 23 */ 24 24 class Category_Tag_Tidy_Loader { -
category-tag-tidy/trunk/includes/class-category-tag-tidy.php
r2221382 r2274674 7 7 * public-facing side of the site and the admin area. 8 8 * 9 * @link http://www.wpplugin s.tech9 * @link http://www.wpplugindev.net 10 10 * @since 1.0.0 11 11 * … … 26 26 * @package Category_Tag_Tidy 27 27 * @subpackage Category_Tag_Tidy/includes 28 * @author WPplugin s.Tech <info@wpplugins.tech>28 * @author WPplugindev.Net <info@wpplugindev.net> 29 29 */ 30 30 class Category_Tag_Tidy { -
category-tag-tidy/trunk/languages/category-tag-tidy-en.po
r2221382 r2274674 1 # Copyright (C) 2020 WPplugin s.Tech1 # Copyright (C) 2020 WPplugindev.Net 2 2 # This file is distributed under the same license as the Category Tag Tidy plugin. 3 3 msgid "" … … 7 7 "tidy\n" 8 8 "POT-Creation-Date: 2020-01-02T03:27:50+01:00\n" 9 "PO-Revision-Date: 2020-0 1-02 13:33+1100\n"9 "PO-Revision-Date: 2020-04-03 15:35+1100\n" 10 10 "Last-Translator: \n" 11 11 "Language-Team: \n" … … 28 28 29 29 #. Plugin URI of the plugin 30 msgid "https://github.com/wpplugin s-tech/category-tag-tidy"31 msgstr "https://github.com/wpplugin s-tech/category-tag-tidy"30 msgid "https://github.com/wpplugindev/category-tag-tidy" 31 msgstr "https://github.com/wpplugindev/category-tag-tidy" 32 32 33 33 #. Description of the plugin … … 40 40 41 41 #. Author of the plugin 42 msgid "WPplugin s.Tech"43 msgstr "WPplugin s.Tech"42 msgid "WPplugindev.Net" 43 msgstr "WPplugindev.Net" 44 44 45 45 #. Author URI of the plugin 46 msgid "http://www.wpplugin s.tech"47 msgstr "http://www.wpplugin s.tech"46 msgid "http://www.wpplugindev.net" 47 msgstr "http://www.wpplugindev.net" 48 48 49 49 #: admin/class-category-tag-tidy-admin.php:150 -
category-tag-tidy/trunk/languages/category-tag-tidy.pot
r2221382 r2274674 1 # Copyright (C) 2020 WPplugin s.Tech1 # Copyright (C) 2020 WPplugindev.Net 2 2 # This file is distributed under the same license as the Category Tag Tidy plugin. 3 #, fuzzy 3 4 msgid "" 4 5 msgstr "" … … 10 11 "Content-Type: text/plain; charset=UTF-8\n" 11 12 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2020-0 1-02T03:27:50+01:00\n"13 "POT-Creation-Date: 2020-04-03 15:31+1100\n" 13 14 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 "X-Generator: WP-CLI 2.4.0\n"15 "X-Generator: Poedit 2.2.4\n" 15 16 "X-Domain: category-tag-tidy\n" 16 17 … … 25 26 26 27 #. Plugin URI of the plugin 27 msgid "https://github.com/wpplugin s-tech/category-tag-tidy"28 msgid "https://github.com/wpplugindev/category-tag-tidy" 28 29 msgstr "" 29 30 … … 33 34 34 35 #. Author of the plugin 35 msgid "WPplugin s.Tech"36 msgid "WPplugindev.Net" 36 37 msgstr "" 37 38 38 39 #. Author URI of the plugin 39 msgid "http://www.wpplugin s.tech"40 msgid "http://www.wpplugindev.net" 40 41 msgstr "" 41 42 -
category-tag-tidy/trunk/public/class-category-tag-tidy-public.php
r2221382 r2274674 4 4 * The public-facing functionality of the plugin. 5 5 * 6 * @link http://www.wpplugin s.tech6 * @link http://www.wpplugindev.net 7 7 * @since 1.0.0 8 8 * … … 19 19 * @package Category_Tag_Tidy 20 20 * @subpackage Category_Tag_Tidy/public 21 * @author WPplugin s.Tech <info@wpplugins.tech>21 * @author WPplugindev.Net <info@wpplugindev.net> 22 22 */ 23 23 class Category_Tag_Tidy_Public { -
category-tag-tidy/trunk/public/partials/category-tag-tidy-public-display.php
r2221382 r2274674 6 6 * This file is used to markup the public-facing aspects of the plugin. 7 7 * 8 * @link http://www.wpplugin s.tech8 * @link http://www.wpplugindev.net 9 9 * @since 1.0.0 10 10 * -
category-tag-tidy/trunk/uninstall.php
r2221382 r2274674 4 4 * Fired when the plugin is uninstalled. 5 5 * 6 * @link http://www.wpplugin s.tech6 * @link http://www.wpplugindev.net 7 7 * @since 1.0.0 8 8 *
Note: See TracChangeset
for help on using the changeset viewer.