Changeset 2821565
- Timestamp:
- 11/21/2022 02:08:32 PM (3 years ago)
- Location:
- missing-menu-items
- Files:
-
- 2 added
- 2 deleted
- 4 edited
- 1 copied
-
tags/1.2.3 (copied) (copied from missing-menu-items/trunk)
-
tags/1.2.3/ea-missing-menu-items.php (modified) (6 diffs)
-
tags/1.2.3/languages/ea-missing-menu-items.pot (deleted)
-
tags/1.2.3/languages/missing-menu-items.pot (added)
-
tags/1.2.3/readme.txt (modified) (2 diffs)
-
trunk/ea-missing-menu-items.php (modified) (6 diffs)
-
trunk/languages/ea-missing-menu-items.pot (deleted)
-
trunk/languages/missing-menu-items.pot (added)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
missing-menu-items/tags/1.2.3/ea-missing-menu-items.php
r2819923 r2821565 4 4 * Plugin URI: http://www.blockstyles.com 5 5 * Description: Reusable Menu Items adds reusable block and template links to the admin 6 * Version: 1.2. 26 * Version: 1.2.3 7 7 * Requires at least: 6.0 8 8 * Requires PHP: 7.4 … … 11 11 * License: GPL v3 or later 12 12 * License URI: https://www.gnu.org/licenses/gpl-3.0.html 13 * Text Domain: ea-missing-menu-items13 * Text Domain: missing-menu-items 14 14 * Doman Path: /languages/ 15 15 * … … 40 40 public function add_reusable_blocks_menu() { 41 41 add_theme_page( 42 __( 'Reusable Blocks', ' ea-missing-menu-items' ),43 __( 'Reusable Blocks', ' ea-missing-menu-items' ),42 __( 'Reusable Blocks', 'missing-menu-items' ), 43 __( 'Reusable Blocks', 'missing-menu-items' ), 44 44 'manage_options', 45 45 'edit.php?post_type=wp_block', … … 48 48 ); 49 49 add_theme_page( 50 __( 'Navigation Menu', ' ea-missing-menu-items' ),51 __( 'Navigation Menu', ' ea-missing-menu-items' ),50 __( 'Navigation Menu', 'missing-menu-items' ), 51 __( 'Navigation Menu', 'missing-menu-items' ), 52 52 'manage_options', 53 53 'edit.php?post_type=wp_navigation', … … 56 56 ); 57 57 add_theme_page( 58 __( 'Templates', ' ea-missing-menu-items' ),59 __( 'Templates', ' ea-missing-menu-items' ),58 __( 'Templates', 'missing-menu-items' ), 59 __( 'Templates', 'missing-menu-items' ), 60 60 'manage_options', 61 61 'site-editor.php?postType=wp_template', … … 64 64 ); 65 65 add_theme_page( 66 __( 'Template Parts', ' ea-missing-menu-items' ),67 __( 'Template Parts', ' ea-missing-menu-items' ),66 __( 'Template Parts', 'missing-menu-items' ), 67 __( 'Template Parts', 'missing-menu-items' ), 68 68 'manage_options', 69 69 'site-editor.php?postType=wp_template_part', -
missing-menu-items/tags/1.2.3/readme.txt
r2819923 r2821565 6 6 Tested up to: 6.1 7 7 Requires PHP: 7.4 8 Stable tag: 1.2. 28 Stable tag: 1.2.3 9 9 License: GPLv3 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 77 77 == Changelog == 78 78 79 = 1.2.3 = 80 * Changed text domain for plugin repo 81 79 82 = 1.2.2 = 80 83 * Added localization -
missing-menu-items/trunk/ea-missing-menu-items.php
r2819923 r2821565 4 4 * Plugin URI: http://www.blockstyles.com 5 5 * Description: Reusable Menu Items adds reusable block and template links to the admin 6 * Version: 1.2. 26 * Version: 1.2.3 7 7 * Requires at least: 6.0 8 8 * Requires PHP: 7.4 … … 11 11 * License: GPL v3 or later 12 12 * License URI: https://www.gnu.org/licenses/gpl-3.0.html 13 * Text Domain: ea-missing-menu-items13 * Text Domain: missing-menu-items 14 14 * Doman Path: /languages/ 15 15 * … … 40 40 public function add_reusable_blocks_menu() { 41 41 add_theme_page( 42 __( 'Reusable Blocks', ' ea-missing-menu-items' ),43 __( 'Reusable Blocks', ' ea-missing-menu-items' ),42 __( 'Reusable Blocks', 'missing-menu-items' ), 43 __( 'Reusable Blocks', 'missing-menu-items' ), 44 44 'manage_options', 45 45 'edit.php?post_type=wp_block', … … 48 48 ); 49 49 add_theme_page( 50 __( 'Navigation Menu', ' ea-missing-menu-items' ),51 __( 'Navigation Menu', ' ea-missing-menu-items' ),50 __( 'Navigation Menu', 'missing-menu-items' ), 51 __( 'Navigation Menu', 'missing-menu-items' ), 52 52 'manage_options', 53 53 'edit.php?post_type=wp_navigation', … … 56 56 ); 57 57 add_theme_page( 58 __( 'Templates', ' ea-missing-menu-items' ),59 __( 'Templates', ' ea-missing-menu-items' ),58 __( 'Templates', 'missing-menu-items' ), 59 __( 'Templates', 'missing-menu-items' ), 60 60 'manage_options', 61 61 'site-editor.php?postType=wp_template', … … 64 64 ); 65 65 add_theme_page( 66 __( 'Template Parts', ' ea-missing-menu-items' ),67 __( 'Template Parts', ' ea-missing-menu-items' ),66 __( 'Template Parts', 'missing-menu-items' ), 67 __( 'Template Parts', 'missing-menu-items' ), 68 68 'manage_options', 69 69 'site-editor.php?postType=wp_template_part', -
missing-menu-items/trunk/readme.txt
r2819923 r2821565 6 6 Tested up to: 6.1 7 7 Requires PHP: 7.4 8 Stable tag: 1.2. 28 Stable tag: 1.2.3 9 9 License: GPLv3 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 77 77 == Changelog == 78 78 79 = 1.2.3 = 80 * Changed text domain for plugin repo 81 79 82 = 1.2.2 = 80 83 * Added localization
Note: See TracChangeset
for help on using the changeset viewer.