Plugin Directory

Changeset 2890995

Timestamp:
03/31/2023 08:09:46 AM (16 months ago)
Author:
nsp-code
Message:

Version 1.7.5

Location:
taxonomy-terms-order
Files:
22 added
5 edited

Legend:

Unmodified
Added
Removed
  • taxonomy-terms-order/trunk/include/options.php

    r2599983 r2890995  
    4242                                                        <option value="publish_pages" <?php if (isset($options['capability']) && $options['capability'] == "publish_pages") echo 'selected="selected"'?>><?php _e('Editor', 'taxonomy-terms-order') ?></option>
    4343                                                        <option value="manage_options" <?php if (!isset($options['capability']) || empty($options['capability']) || (isset($options['capability']) && $options['capability'] == "manage_options")) echo 'selected="selected"'?>><?php _e('Administrator', 'taxonomy-terms-order') ?></option>
     44
    4445                                                    </select>
    4546                                                </td>
  • taxonomy-terms-order/trunk/languages/taxonomy-terms-order.po

    r2823443 r2890995  
    33"Project-Id-Version: Category Order and Taxonomy Terms Order\n"
    44"Report-Msgid-Bugs-To: \n"
    5 "POT-Creation-Date: 2022-11-24 11:05+0200\n"
    6 "PO-Revision-Date: 2022-11-24 11:05+0200\n"
     5"POT-Creation-Date: 20200\n"
     6"PO-Revision-Date: 20200\n"
    77"Last-Translator: NspCode <contact@nsp-code.com>\n"
    88"Language-Team: nsp-code <electronice_delphi@yahoo.com>\n"
    9 "Language: en\n"
     9"Language: en\n"
    1010"MIME-Version: 1.0\n"
    1111"Content-Type: text/plain; charset=UTF-8\n"
    1212"Content-Transfer-Encoding: 8bit\n"
     13
    1314"X-Poedit-KeywordsList: _;gettext;__;_e\n"
    1415"X-Poedit-Basepath: ..\n"
    15 "X-Generator: Poedit 3.2\n"
     16"X-Generator: Poedit 3.2\n"
    1617"X-Poedit-SearchPath-0: .\n"
    1718
     
    107108msgstr ""
    108109
    109 #: include/options.php:50
     110#: include/options.php:5
    110111msgid "Auto Sort"
    111112msgstr ""
    112113
    113 #: include/options.php:53 include/options.php:64
     114#: include/options.php:5
    114115msgid "OFF"
    115116msgstr ""
    116117
    117 #: include/options.php:54 include/options.php:65
     118#: include/options.php:5
    118119msgid "ON"
    119120msgstr ""
    120121
    121 #: include/options.php:56
     122#: include/options.php:5
    122123msgid "global setting"
    123124msgstr ""
    124125
    125 #: include/options.php:56 include/options.php:67
     126#: include/options.php:5
    126127msgid "Additional description and details at "
    127128msgstr ""
    128129
    129 #: include/options.php:56 include/options.php:67
     130#: include/options.php:5
    130131msgid "Auto Sort Description"
    131132msgstr ""
    132133
    133 #: include/options.php:61
     134#: include/options.php:6
    134135msgid "Admin Sort"
    135136msgstr ""
    136137
    137 #: include/options.php:67
     138#: include/options.php:6
    138139msgid "This will change the order of terms within the admin interface"
    139140msgstr ""
    140141
    141 #: include/options.php:78
     142#: include/options.php:7
    142143msgid "Save Settings"
    143144msgstr ""
  • taxonomy-terms-order/trunk/readme.txt

    r2823443 r2890995  
    44Tags: category order,terms order, taxonomy order, admin order, categories sort, order category
    55Requires at least: 2.8
    6 Tested up to: 6.1.1
    7 Stable tag: 1.7.4
     6Tested up to: 6.
     7Stable tag: 1.7.
    88
    99Order Categories and all custom taxonomies terms (hierarchically) using a Drag and Drop Sortable JavaScript capability.
     
    6060
    6161== Change Log ==
     62
     63
     64
     65
    6266
    6367= 1.7.4 =
  • taxonomy-terms-order/trunk/taxonomy-terms-order.php

    r2823443 r2890995  
    44Plugin URI: http://www.nsp-code.com
    55Description: Order Categories and all custom taxonomies terms (hierarchically) and child terms using a Drag and Drop Sortable javascript capability.
    6 Version: 1.7.4
     6Version: 1.7.
    77Author: Nsp-Code
    88Author URI: https://www.nsp-code.com
Note: See TracChangeset for help on using the changeset viewer.