Changeset 2101117
- Timestamp:
- 06/05/2019 03:00:53 PM (7 years ago)
- Location:
- post-thanks
- Files:
-
- 2 edited
-
tags/1.2/postthankyou.php (modified) (1 diff)
-
trunk/postthankyou.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
post-thanks/tags/1.2/postthankyou.php
r2101112 r2101117 20 20 21 21 function p_my_thank_you_menu() { 22 add_menu_page(__('p_my_thank_you_form', 'thank-you'), __('Post Thank You', 'thank-you'), 'manage_options', 'p_my_thank_you_form', 'p_my_thank_you_form');22 add_menu_page(__('p_my_thank_you_form', 'thank-you'), __('Post Bulk Add Text', 'thank-you'), 'manage_options', 'p_my_thank_you_form', 'p_my_thank_you_form'); 23 23 } 24 24 -
post-thanks/trunk/postthankyou.php
r2101112 r2101117 20 20 21 21 function p_my_thank_you_menu() { 22 add_menu_page(__('p_my_thank_you_form', 'thank-you'), __('Post Thank You', 'thank-you'), 'manage_options', 'p_my_thank_you_form', 'p_my_thank_you_form');22 add_menu_page(__('p_my_thank_you_form', 'thank-you'), __('Post Bulk Add Text', 'thank-you'), 'manage_options', 'p_my_thank_you_form', 'p_my_thank_you_form'); 23 23 } 24 24
Note: See TracChangeset
for help on using the changeset viewer.