Changeset 1238933
- Timestamp:
- 09/05/2015 09:50:26 PM (11 years ago)
- Location:
- checkbox-for-taxonomies/trunk
- Files:
-
- 2 added
- 5 edited
-
checkbox-for-taxonomies.php (modified) (2 diffs)
-
languages/checkbox-for-taxonomies-fa_IR.mo (modified) (previous)
-
languages/checkbox-for-taxonomies-fa_IR.po (modified) (4 diffs)
-
languages/checkbox-for-taxonomies.pot (modified) (3 diffs)
-
readme.txt (modified) (3 diffs)
-
screenshot-1.png (added)
-
screenshot-2.png (added)
Legend:
- Unmodified
- Added
- Removed
-
checkbox-for-taxonomies/trunk/checkbox-for-taxonomies.php
r1195261 r1238933 4 4 Plugin URI: http://wordpress.org/plugins/checkbox-for-taxonomies 5 5 Description: Use checkbox for any taxonomy so users can only select 1 term at a time 6 Version: 1. 06 Version: 1.1 7 7 Text Domain: checkbox-for-taxonomies 8 8 Author: Kathy Darling, Ghaem Omidi … … 195 195 */ 196 196 public function add_options_page() { 197 add_options_page(__( ' checkbox for Taxonomies Options Page',"checkbox-for-taxonomies" ), __( 'checkbox for Taxonomies', "checkbox-for-taxonomies" ), 'manage_options', 'checkbox-for-taxonomies', array( $this,'render_form' ) );197 add_options_page(__( 'Checkbox for Taxonomies Options Page',"checkbox-for-taxonomies" ), __( 'Checkbox for Taxonomies', "checkbox-for-taxonomies" ), 'manage_options', 'checkbox-for-taxonomies', array( $this,'render_form' ) ); 198 198 } 199 199 -
checkbox-for-taxonomies/trunk/languages/checkbox-for-taxonomies-fa_IR.po
r1195261 r1238933 2 2 msgstr "" 3 3 "Project-Id-Version: Checkbox for Taxonomies\n" 4 "POT-Creation-Date: 2015-0 7-04 19:43+0330\n"5 "PO-Revision-Date: 2015-0 7-04 19:43+0330\n"4 "POT-Creation-Date: 2015-09-06 01:53+0330\n" 5 "PO-Revision-Date: 2015-09-06 01:53+0330\n" 6 6 "Last-Translator: Ghaem Omidi <ghaemomidi@yahoo.com>\n" 7 7 "Language-Team: Ghaem Omidi <ghaemomidi@yahoo.com>\n" … … 24 24 25 25 #: checkbox-for-taxonomies.php:197 26 msgid " checkbox for Taxonomies Options Page"26 msgid "Checkbox for Taxonomies Options Page" 27 27 msgstr "تنظیمات افزونه" 28 28 29 #: checkbox-for-taxonomies.php:197 30 msgid " checkbox for Taxonomies"29 #: checkbox-for-taxonomies.php:197 inc/plugin-options.php:10 30 msgid "Checkbox for Taxonomies" 31 31 msgstr "تبدیل طبقه بندی ها به چک باکس" 32 32 … … 50 50 msgstr "بدون %s" 51 51 52 #: inc/plugin-options.php:1053 msgid "Checkbox for Taxonomies"54 msgstr "تبدیل طبقه بندی ها به چک باکس"55 56 52 #: inc/plugin-options.php:18 57 53 msgid "Select taxonomies to convert to checkbox" … … 69 65 msgid "Save Changes" 70 66 msgstr "ذخیره ی تغییرات" 67 68 #~ msgid "checkbox for Taxonomies" 69 #~ msgstr "تبدیل طبقه بندی ها به چک باکس" -
checkbox-for-taxonomies/trunk/languages/checkbox-for-taxonomies.pot
r1195261 r1238933 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Checkbox for Taxonomies 1. 0\n"5 "Project-Id-Version: Checkbox for Taxonomies 1.1\n" 6 6 "Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/checkbox-for-" 7 7 "taxonomies\n" 8 "POT-Creation-Date: 2015-0 7-04 19:45+0330\n"9 "PO-Revision-Date: 2015-0 7-04 19:45+0330\n"8 "POT-Creation-Date: 2015-09-06 01:53+0330\n" 9 "PO-Revision-Date: 2015-09-06 01:53+0330\n" 10 10 "Last-Translator: Ghaem Omidi <ghaemomidi@yahoo.com>\n" 11 11 "Language-Team: LANGUAGE <LL@li.org>\n" … … 28 28 29 29 #: ../checkbox-for-taxonomies.php:197 30 msgid " checkbox for Taxonomies Options Page"30 msgid "Checkbox for Taxonomies Options Page" 31 31 msgstr "" 32 32 33 #: ../checkbox-for-taxonomies.php:197 34 msgid " checkbox for Taxonomies"33 #: ../checkbox-for-taxonomies.php:197 ../inc/plugin-options.php:10 34 msgid "Checkbox for Taxonomies" 35 35 msgstr "" 36 36 … … 54 54 msgstr "" 55 55 56 #: ../inc/plugin-options.php:1057 msgid "Checkbox for Taxonomies"58 msgstr ""59 60 56 #: ../inc/plugin-options.php:18 61 57 msgid "Select taxonomies to convert to checkbox" -
checkbox-for-taxonomies/trunk/readme.txt
r1195261 r1238933 4 4 Tags: taxonomy, admin, interface, ui, post, radio, terms, metabox, checkbox, display taxonomies as checkbox 5 5 Requires at least: 3.8 6 Tested up to: 4. 27 Stable tag: 1. 06 Tested up to: 4.3 7 Stable tag: 1.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 18 18 19 19 = Support = 20 21 Support is handled in the [WordPress forums](http://wordpress.org/support/plugin/radio-button-for-taxonomies). Please note that support is limited and does not cover any custom implementation of the plugin. Before posting a question, read the [FAQ](http://wordpress.org/plugins/nav-menu-roles/faq/) and confirm that the problem still exists with a default theme and with all other plugins disabled. 20 22 21 Support is handled in the [WordPress forums](http://wordpress.org/support/plugin/checkbox-for-taxonomies). Please note that support is limited and does not cover any custom implementation of the plugin. 23 22 … … 37 36 == Changelog == 38 37 38 = 1.1 = 39 * Without Changelog 39 40 = 1.0 = 40 41 * Initial release.
Note: See TracChangeset
for help on using the changeset viewer.