Plugin Directory

Changeset 2274674


Ignore:
Timestamp:
04/03/2020 04:49:21 AM (6 years ago)
Author:
wppluginstech
Message:

modified urls and email to new address

Location:
category-tag-tidy/trunk
Files:
15 edited

Legend:

Unmodified
Added
Removed
  • category-tag-tidy/trunk/README.txt

    r2221382 r2274674  
    11=== Category Tag Tidy ===
    2 Contributors: wpplugins-tech
     2Contributors: wpplugindev
    33Tags: Category, Tag, Multisite, clean, tidy, unused tags, unused categories, delete
    44Requires at least: 4.0
     
    3939### Links
    4040
    41 - [GitHub Repository](https://github.com/wpplugins-tech/category-tag-tidy)
     41- [GitHub Repository](https://github.com/wpplugindev/category-tag-tidy)
    4242
    4343== Installation ==
  • category-tag-tidy/trunk/admin/class-category-tag-tidy-admin.php

    r2221994 r2274674  
    44 * The admin-specific functionality of the plugin.
    55 *
    6  * @link       http://www.wpplugins.tech
     6 * @link       http://www.wpplugindev.net
    77 * @since      1.0.0
    88 *
     
    1616 * @package    Category_Tag_Tidy
    1717 * @subpackage Category_Tag_Tidy/admin
    18  * @author     WPplugins.Tech <info@wpplugins.tech>
     18 * @author     WPplugindev.Net <info@wpplugindev.net>
    1919 */
    2020class Category_Tag_Tidy_Admin {
  • category-tag-tidy/trunk/admin/partials/category-tag-tidy-admin-display.php

    r2221382 r2274674  
    66 * This file is used to markup the admin-facing aspects of the plugin.
    77 *
    8  * @link       http://www.wpplugins.tech
     8 * @link       http://www.wpplugindev.net
    99 * @since      1.0.0
    1010 *
  • category-tag-tidy/trunk/category-tag-tidy.php

    r2221382 r2274674  
    55 *
    66 *
    7  * @link              http://www.wpplugins.tech
     7 * @link              http://www.wpplugindev.net
    88 * @since             1.0.0
    99 * @package           Category_Tag_Tidy
     
    1111 * @wordpress-plugin
    1212 * Plugin Name:       Category Tag Tidy
    13  * Plugin URI:        https://github.com/wpplugins-tech/category-tag-tidy
     13 * Plugin URI:        https://github.com/wpplugindev/category-tag-tidy
    1414 * Description:       Allows easy deletion of unused categories and tags - maintains existing category structure.
    1515 * Version:           1.0.0
    16  * Author:            WPplugins.Tech
    17  * Author URI:        http://www.wpplugins.tech
     16 * Author:            WPplugindev.Net
     17 * Author URI:        http://www.wpplugindev.net
    1818 * License:           GPL-2.0+
    1919 * License URI:       http://www.gnu.org/licenses/gpl-2.0.txt
  • category-tag-tidy/trunk/includes/class-category-tag-tidy-activator.php

    r2221382 r2274674  
    44 * Fired during plugin activation
    55 *
    6  * @link       http://www.wpplugins.tech
     6 * @link       http://www.wpplugindev.net
    77 * @since      1.0.0
    88 *
     
    1919 * @package    Category_Tag_Tidy
    2020 * @subpackage Category_Tag_Tidy/includes
    21  * @author     WPplugins.Tech <info@wpplugins.tech>
     21 * @author     WPplugindev.Net <info@wpplugindev.net>
    2222 */
    2323class Category_Tag_Tidy_Activator {
  • category-tag-tidy/trunk/includes/class-category-tag-tidy-deactivator.php

    r2221382 r2274674  
    44 * Fired during plugin deactivation
    55 *
    6  * @link       http://www.wpplugins.tech
     6 * @link       http://www.wpplugindev.net
    77 * @since      1.0.0
    88 *
     
    1919 * @package    Category_Tag_Tidy
    2020 * @subpackage Category_Tag_Tidy/includes
    21  * @author     WPplugins.Tech <info@wpplugins.tech>
     21 * @author     WPplugindev.Net <info@wpplugindev.net>
    2222 */
    2323class Category_Tag_Tidy_Deactivator {
  • category-tag-tidy/trunk/includes/class-category-tag-tidy-i18n.php

    r2221382 r2274674  
    77 * so that it is ready for translation.
    88 *
    9  * @link       http://www.wpplugins.tech
     9 * @link       http://www.wpplugindev.net
    1010 * @since      1.0.0
    1111 *
     
    2323 * @package    Category_Tag_Tidy
    2424 * @subpackage Category_Tag_Tidy/includes
    25  * @author     WPplugins.Tech <info@wpplugins.tech>
     25 * @author     WPplugindev.Net <info@wpplugindev.net>
    2626 */
    2727class Category_Tag_Tidy_i18n {
  • category-tag-tidy/trunk/includes/class-category-tag-tidy-loader.php

    r2221382 r2274674  
    44 * Register all actions and filters for the plugin
    55 *
    6  * @link       http://www.wpplugins.tech
     6 * @link       http://www.wpplugindev.net
    77 * @since      1.0.0
    88 *
     
    2020 * @package    Category_Tag_Tidy
    2121 * @subpackage Category_Tag_Tidy/includes
    22  * @author     WPplugins.Tech <info@wpplugins.tech>
     22 * @author     WPplugindev.Net <info@wpplugindev.net>
    2323 */
    2424class Category_Tag_Tidy_Loader {
  • category-tag-tidy/trunk/includes/class-category-tag-tidy.php

    r2221382 r2274674  
    77 * public-facing side of the site and the admin area.
    88 *
    9  * @link       http://www.wpplugins.tech
     9 * @link       http://www.wpplugindev.net
    1010 * @since      1.0.0
    1111 *
     
    2626 * @package    Category_Tag_Tidy
    2727 * @subpackage Category_Tag_Tidy/includes
    28  * @author     WPplugins.Tech <info@wpplugins.tech>
     28 * @author     WPplugindev.Net <info@wpplugindev.net>
    2929 */
    3030class Category_Tag_Tidy {
  • category-tag-tidy/trunk/languages/category-tag-tidy-en.po

    r2221382 r2274674  
    1 # Copyright (C) 2020 WPplugins.Tech
     1# Copyright (C) 2020 WPplugindev.Net
    22# This file is distributed under the same license as the Category Tag Tidy plugin.
    33msgid ""
     
    77"tidy\n"
    88"POT-Creation-Date: 2020-01-02T03:27:50+01:00\n"
    9 "PO-Revision-Date: 2020-01-02 13:33+1100\n"
     9"PO-Revision-Date: 2020-04-03 15:35+1100\n"
    1010"Last-Translator: \n"
    1111"Language-Team: \n"
     
    2828
    2929#. Plugin URI of the plugin
    30 msgid "https://github.com/wpplugins-tech/category-tag-tidy"
    31 msgstr "https://github.com/wpplugins-tech/category-tag-tidy"
     30msgid "https://github.com/wpplugindev/category-tag-tidy"
     31msgstr "https://github.com/wpplugindev/category-tag-tidy"
    3232
    3333#. Description of the plugin
     
    4040
    4141#. Author of the plugin
    42 msgid "WPplugins.Tech"
    43 msgstr "WPplugins.Tech"
     42msgid "WPplugindev.Net"
     43msgstr "WPplugindev.Net"
    4444
    4545#. Author URI of the plugin
    46 msgid "http://www.wpplugins.tech"
    47 msgstr "http://www.wpplugins.tech"
     46msgid "http://www.wpplugindev.net"
     47msgstr "http://www.wpplugindev.net"
    4848
    4949#: admin/class-category-tag-tidy-admin.php:150
  • category-tag-tidy/trunk/languages/category-tag-tidy.pot

    r2221382 r2274674  
    1 # Copyright (C) 2020 WPplugins.Tech
     1# Copyright (C) 2020 WPplugindev.Net
    22# This file is distributed under the same license as the Category Tag Tidy plugin.
     3#, fuzzy
    34msgid ""
    45msgstr ""
     
    1011"Content-Type: text/plain; charset=UTF-8\n"
    1112"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2020-01-02T03:27:50+01:00\n"
     13"POT-Creation-Date: 2020-04-03 15:31+1100\n"
    1314"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"
    1516"X-Domain: category-tag-tidy\n"
    1617
     
    2526
    2627#. Plugin URI of the plugin
    27 msgid "https://github.com/wpplugins-tech/category-tag-tidy"
     28msgid "https://github.com/wpplugindev/category-tag-tidy"
    2829msgstr ""
    2930
     
    3334
    3435#. Author of the plugin
    35 msgid "WPplugins.Tech"
     36msgid "WPplugindev.Net"
    3637msgstr ""
    3738
    3839#. Author URI of the plugin
    39 msgid "http://www.wpplugins.tech"
     40msgid "http://www.wpplugindev.net"
    4041msgstr ""
    4142
  • category-tag-tidy/trunk/public/class-category-tag-tidy-public.php

    r2221382 r2274674  
    44 * The public-facing functionality of the plugin.
    55 *
    6  * @link       http://www.wpplugins.tech
     6 * @link       http://www.wpplugindev.net
    77 * @since      1.0.0
    88 *
     
    1919 * @package    Category_Tag_Tidy
    2020 * @subpackage Category_Tag_Tidy/public
    21  * @author     WPplugins.Tech <info@wpplugins.tech>
     21 * @author     WPplugindev.Net <info@wpplugindev.net>
    2222 */
    2323class Category_Tag_Tidy_Public {
  • category-tag-tidy/trunk/public/partials/category-tag-tidy-public-display.php

    r2221382 r2274674  
    66 * This file is used to markup the public-facing aspects of the plugin.
    77 *
    8  * @link       http://www.wpplugins.tech
     8 * @link       http://www.wpplugindev.net
    99 * @since      1.0.0
    1010 *
  • category-tag-tidy/trunk/uninstall.php

    r2221382 r2274674  
    44 * Fired when the plugin is uninstalled.
    55 *
    6  * @link       http://www.wpplugins.tech
     6 * @link       http://www.wpplugindev.net
    77 * @since      1.0.0
    88 *
Note: See TracChangeset for help on using the changeset viewer.