Plugin Directory

Changeset 2101117


Ignore:
Timestamp:
06/05/2019 03:00:53 PM (7 years ago)
Author:
inderjeetsingh
Message:

Menu Name change

Location:
post-thanks
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • post-thanks/tags/1.2/postthankyou.php

    r2101112 r2101117  
    2020
    2121function 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');
    2323}
    2424
  • post-thanks/trunk/postthankyou.php

    r2101112 r2101117  
    2020
    2121function 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');
    2323}
    2424
Note: See TracChangeset for help on using the changeset viewer.