Plugin Directory

Changeset 1436157


Ignore:
Timestamp:
06/14/2016 01:29:58 AM (10 years ago)
Author:
zackbloom
Message:

Update drift-by-eager

Location:
drift-by-eager
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • drift-by-eager/tags/1.0.0.0/includes/menus.php

    r1436156 r1436157  
    6464  if ($minimal) {
    6565    add_menu_page('Drift', 'Drift', 'activate_plugins', 'eager_app_BLfg7iQlnEJP_options', 'eager_EagerWordpressBasePlugin_cms_v2_0_drift_app_options_page');
    66     add_menu_page('Eager Apps', 'More Eager Apps', 'activate_plugins', 'eager_options_handle', 'eager_EagerWordpressBasePlugin_cms_v2_0_drift_list_apps_page');
     66    add_menu_page('Eager Apps', 'Add More Apps', 'activate_plugins', 'eager_options_handle', 'eager_EagerWordpressBasePlugin_cms_v2_0_drift_list_apps_page');
    6767    add_submenu_page(null, 'Install App', 'Install App', 'activate_plugins', 'eager_install_app_handle', 'eager_EagerWordpressBasePlugin_cms_v2_0_drift_install_app_page');
    6868    add_submenu_page(null, 'View App', 'View App', 'activate_plugins', 'eager_view_app', 'eager_EagerWordpressBasePlugin_cms_v2_0_drift_view_app_page');
  • drift-by-eager/trunk/includes/menus.php

    r1436156 r1436157  
    6464  if ($minimal) {
    6565    add_menu_page('Drift', 'Drift', 'activate_plugins', 'eager_app_BLfg7iQlnEJP_options', 'eager_EagerWordpressBasePlugin_cms_v2_0_drift_app_options_page');
    66     add_menu_page('Eager Apps', 'More Eager Apps', 'activate_plugins', 'eager_options_handle', 'eager_EagerWordpressBasePlugin_cms_v2_0_drift_list_apps_page');
     66    add_menu_page('Eager Apps', 'Add More Apps', 'activate_plugins', 'eager_options_handle', 'eager_EagerWordpressBasePlugin_cms_v2_0_drift_list_apps_page');
    6767    add_submenu_page(null, 'Install App', 'Install App', 'activate_plugins', 'eager_install_app_handle', 'eager_EagerWordpressBasePlugin_cms_v2_0_drift_install_app_page');
    6868    add_submenu_page(null, 'View App', 'View App', 'activate_plugins', 'eager_view_app', 'eager_EagerWordpressBasePlugin_cms_v2_0_drift_view_app_page');
Note: See TracChangeset for help on using the changeset viewer.