Changeset 1695213
- Timestamp:
- 07/12/2017 01:23:37 PM (9 years ago)
- Location:
- iki-toolkit
- Files:
-
- 8 edited
- 1 copied
-
tags/1.1.8 (copied) (copied from iki-toolkit/trunk)
-
tags/1.1.8/README.txt (modified) (2 diffs)
-
tags/1.1.8/includes/blocks/content-blocks/class-content-block-cpt.php (modified) (1 diff)
-
tags/1.1.8/includes/team/class-team-member-cpt.php (modified) (1 diff)
-
tags/1.1.8/languages/iki-toolkit.pot (modified) (2 diffs)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/includes/blocks/content-blocks/class-content-block-cpt.php (modified) (1 diff)
-
trunk/includes/team/class-team-member-cpt.php (modified) (1 diff)
-
trunk/languages/iki-toolkit.pot (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
iki-toolkit/tags/1.1.8/README.txt
r1679262 r1695213 4 4 Requires at least: 4.0.1 5 5 Tested up to: 4.8.0 6 Stable tag: 1.1. 76 Stable tag: 1.1.8 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 38 38 39 39 == Changelog == 40 = 1.1.8 = 41 * Refactor Grid post type code 40 42 = 1.1.7 = 41 43 * Remove unnecessary code -
iki-toolkit/tags/1.1.8/includes/blocks/content-blocks/class-content-block-cpt.php
r1677584 r1695213 152 152 'slug' => 'global' 153 153 ) ); 154 155 wp_insert_term( 'Header', 156 'iki_content_block_cat', 157 array( 158 'description' => __( 'For content blocks that can be selected for Header section.', 159 'iki-toolkit' ), 160 'slug' => 'header' 161 ) ); 162 163 wp_insert_term( 'Hero Section', 164 'iki_content_block_cat', 165 array( 166 'description' => __( 'For content blocks that can be selected for Hero section.', 167 'iki-toolkit' ), 168 'slug' => 'hero_section' 169 ) ); 154 170 } 155 171 } -
iki-toolkit/tags/1.1.8/includes/team/class-team-member-cpt.php
r1677584 r1695213 23 23 'singular_name' => __( 'Team Member', 'iki-toolkit' ), 24 24 'add_new' => __( 'Add New Team Member', 'iki-toolkit' ), 25 'add_new_item' => __( 'Add New Team Member ITEM', 'iki-toolkit' ),25 'add_new_item' => __( 'Add New Team Member', 'iki-toolkit' ), 26 26 'edit_item' => __( 'Edit Team Member', 'iki-toolkit' ), 27 27 'new_item' => __( 'New Team Member', 'iki-toolkit' ), -
iki-toolkit/tags/1.1.8/languages/iki-toolkit.pot
r1677584 r1695213 354 354 msgstr "" 355 355 356 #: includes/team/class-team-member-cpt.php:24 356 #: includes/team/class-team-member-cpt.php:24, includes/team/class-team-member-cpt.php:25 357 357 msgid "Add New Team Member" 358 msgstr ""359 360 #: includes/team/class-team-member-cpt.php:25361 msgid "Add New Team Member ITEM"362 358 msgstr "" 363 359 … … 641 637 #: includes/blocks/content-blocks/class-content-block-cpt.php:151 642 638 msgid "For content blocks that can be selected everyhere ( Portfolio, Team Member etc.) Except in Portfolio Project." 639 msgstr "" 640 641 #: includes/blocks/content-blocks/class-content-block-cpt.php:158 642 msgid "For content blocks that can be selected for Header section." 643 msgstr "" 644 645 #: includes/blocks/content-blocks/class-content-block-cpt.php:166 646 msgid "For content blocks that can be selected for Hero section." 643 647 msgstr "" 644 648 -
iki-toolkit/trunk/README.txt
r1679262 r1695213 4 4 Requires at least: 4.0.1 5 5 Tested up to: 4.8.0 6 Stable tag: 1.1. 76 Stable tag: 1.1.8 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 38 38 39 39 == Changelog == 40 = 1.1.8 = 41 * Refactor Grid post type code 40 42 = 1.1.7 = 41 43 * Remove unnecessary code -
iki-toolkit/trunk/includes/blocks/content-blocks/class-content-block-cpt.php
r1677584 r1695213 152 152 'slug' => 'global' 153 153 ) ); 154 155 wp_insert_term( 'Header', 156 'iki_content_block_cat', 157 array( 158 'description' => __( 'For content blocks that can be selected for Header section.', 159 'iki-toolkit' ), 160 'slug' => 'header' 161 ) ); 162 163 wp_insert_term( 'Hero Section', 164 'iki_content_block_cat', 165 array( 166 'description' => __( 'For content blocks that can be selected for Hero section.', 167 'iki-toolkit' ), 168 'slug' => 'hero_section' 169 ) ); 154 170 } 155 171 } -
iki-toolkit/trunk/includes/team/class-team-member-cpt.php
r1677584 r1695213 23 23 'singular_name' => __( 'Team Member', 'iki-toolkit' ), 24 24 'add_new' => __( 'Add New Team Member', 'iki-toolkit' ), 25 'add_new_item' => __( 'Add New Team Member ITEM', 'iki-toolkit' ),25 'add_new_item' => __( 'Add New Team Member', 'iki-toolkit' ), 26 26 'edit_item' => __( 'Edit Team Member', 'iki-toolkit' ), 27 27 'new_item' => __( 'New Team Member', 'iki-toolkit' ), -
iki-toolkit/trunk/languages/iki-toolkit.pot
r1677584 r1695213 354 354 msgstr "" 355 355 356 #: includes/team/class-team-member-cpt.php:24 356 #: includes/team/class-team-member-cpt.php:24, includes/team/class-team-member-cpt.php:25 357 357 msgid "Add New Team Member" 358 msgstr ""359 360 #: includes/team/class-team-member-cpt.php:25361 msgid "Add New Team Member ITEM"362 358 msgstr "" 363 359 … … 641 637 #: includes/blocks/content-blocks/class-content-block-cpt.php:151 642 638 msgid "For content blocks that can be selected everyhere ( Portfolio, Team Member etc.) Except in Portfolio Project." 639 msgstr "" 640 641 #: includes/blocks/content-blocks/class-content-block-cpt.php:158 642 msgid "For content blocks that can be selected for Header section." 643 msgstr "" 644 645 #: includes/blocks/content-blocks/class-content-block-cpt.php:166 646 msgid "For content blocks that can be selected for Hero section." 643 647 msgstr "" 644 648
Note: See TracChangeset
for help on using the changeset viewer.