Changeset 3469625
- Timestamp:
- 02/25/2026 04:48:54 PM (5 weeks ago)
- Location:
- hook-injector
- Files:
-
- 4 edited
-
tags/1.0.0/includes/Core/Plugin.php (modified) (1 diff)
-
tags/1.0.0/languages/hook-injector.pot (modified) (1 diff)
-
trunk/includes/Core/Plugin.php (modified) (1 diff)
-
trunk/languages/hook-injector.pot (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
hook-injector/tags/1.0.0/includes/Core/Plugin.php
r3469560 r3469625 47 47 'name' => _x( 'Injections', 'post type general name', 'hook-injector' ), 48 48 'singular_name' => _x( 'Injection', 'post type singular name', 'hook-injector' ), 49 'menu_name' => _x( 'Hook Injector r', 'admin menu', 'hook-injector' ),49 'menu_name' => _x( 'Hook Injector', 'admin menu', 'hook-injector' ), 50 50 'name_admin_bar' => _x( 'Injection', 'add new on admin bar', 'hook-injector' ), 51 51 'add_new' => _x( 'Add New', 'injection', 'hook-injector' ), -
hook-injector/tags/1.0.0/languages/hook-injector.pot
r3469560 r3469625 47 47 #: includes/Core/Plugin.php:49 48 48 msgctxt "admin menu" 49 msgid "Hook Injector r"49 msgid "Hook Injector" 50 50 msgstr "" 51 51 -
hook-injector/trunk/includes/Core/Plugin.php
r3469560 r3469625 47 47 'name' => _x( 'Injections', 'post type general name', 'hook-injector' ), 48 48 'singular_name' => _x( 'Injection', 'post type singular name', 'hook-injector' ), 49 'menu_name' => _x( 'Hook Injector r', 'admin menu', 'hook-injector' ),49 'menu_name' => _x( 'Hook Injector', 'admin menu', 'hook-injector' ), 50 50 'name_admin_bar' => _x( 'Injection', 'add new on admin bar', 'hook-injector' ), 51 51 'add_new' => _x( 'Add New', 'injection', 'hook-injector' ), -
hook-injector/trunk/languages/hook-injector.pot
r3469560 r3469625 47 47 #: includes/Core/Plugin.php:49 48 48 msgctxt "admin menu" 49 msgid "Hook Injector r"49 msgid "Hook Injector 50 50 msgstr "" 51 51
Note: See TracChangeset
for help on using the changeset viewer.