Created
December 22, 2014 19:53
-
-
Save paulgibbs/b679bb55843bf6840704 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
array (size=5) | |
'just-me' => | |
array (size=9) | |
'name' => string 'Personal' (length=8) | |
'link' => string 'http://src.wordpress-develop.dev/members/admin/activity/' (length=56) | |
'slug' => string 'just-me' (length=7) | |
'css_id' => string 'just-me' (length=7) | |
'position' => int 10 | |
'user_has_access' => boolean true | |
'no_access_url' => string '' (length=0) | |
'screen_function' => string 'bp_activity_screen_my_activity' (length=30) | |
'show_in_admin_bar' => boolean false | |
'mentions' => | |
array (size=9) | |
'name' => string 'Mentions' (length=8) | |
'link' => string 'http://src.wordpress-develop.dev/members/admin/activity/mentions/' (length=65) | |
'slug' => string 'mentions' (length=8) | |
'css_id' => string 'activity-mentions' (length=17) | |
'position' => int 20 | |
'user_has_access' => boolean true | |
'no_access_url' => string '' (length=0) | |
'screen_function' => string 'bp_activity_screen_mentions' (length=27) | |
'show_in_admin_bar' => boolean false | |
'favorites' => | |
array (size=9) | |
'name' => string 'Favorites' (length=9) | |
'link' => string 'http://src.wordpress-develop.dev/members/admin/activity/favorites/' (length=66) | |
'slug' => string 'favorites' (length=9) | |
'css_id' => string 'activity-favs' (length=13) | |
'position' => int 30 | |
'user_has_access' => boolean true | |
'no_access_url' => string '' (length=0) | |
'screen_function' => string 'bp_activity_screen_favorites' (length=28) | |
'show_in_admin_bar' => boolean false | |
'friends' => | |
array (size=9) | |
'name' => string 'Friends' (length=7) | |
'link' => string 'http://src.wordpress-develop.dev/members/admin/activity/friends/' (length=64) | |
'slug' => string 'friends' (length=7) | |
'css_id' => string 'activity-friends' (length=16) | |
'position' => int 40 | |
'user_has_access' => boolean true | |
'no_access_url' => string '' (length=0) | |
'screen_function' => string 'bp_activity_screen_friends' (length=26) | |
'show_in_admin_bar' => boolean false | |
'groups' => | |
array (size=9) | |
'name' => string 'Groups' (length=6) | |
'link' => string 'http://src.wordpress-develop.dev/members/admin/activity/groups/' (length=63) | |
'slug' => string 'groups' (length=6) | |
'css_id' => string 'activity-groups' (length=15) | |
'position' => int 50 | |
'user_has_access' => boolean true | |
'no_access_url' => string '' (length=0) | |
'screen_function' => string 'bp_activity_screen_groups' (length=25) | |
'show_in_admin_bar' => boolean false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment