projects
/
WP-Plugins
/
glm-member-db.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e645e3
)
Changed "My Partner" Menu to "My Partner Profile"
author
Chuck Scott
<cscott@gaslightmedia.com>
Tue, 24 May 2016 20:52:10 +0000
(16:52 -0400)
committer
Chuck Scott
<cscott@gaslightmedia.com>
Tue, 24 May 2016 20:52:10 +0000
(16:52 -0400)
setup/adminMenus.php
patch
|
blob
|
history
diff --git
a/setup/adminMenus.php
b/setup/adminMenus.php
index
ca4eb76
..
b7770fb
100644
(file)
--- a/
setup/adminMenus.php
+++ b/
setup/adminMenus.php
@@
-94,7
+94,7
@@
if (current_user_can('glm_members_members')) {
add_submenu_page(
'glm-members-admin-menu-member',
$this->config['terms']['term_admin_menu_member'],
- 'My '.$this->config['terms']['term_admin_menu_member'],
+ 'My '.$this->config['terms']['term_admin_menu_member']
.' Profile'
,
'glm_members_main_menu',
'glm-members-admin-menu-member',
function() {$this->controller('member', 'index');}