Changeset 1643043
- Timestamp:
- 04/22/2017 04:52:48 PM (9 years ago)
- File:
-
- 1 edited
-
bp-group-analytics/trunk/include/admin.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bp-group-analytics/trunk/include/admin.php
r1640380 r1643043 13 13 function bp_group_analytics_admin() { 14 14 15 do_action('bp_group_ documents_admin');15 do_action('bp_group_analytics_admin'); 16 16 17 17 /* If the form has been submitted and the admin referrer checks out, save the settings */ … … 37 37 ?> 38 38 <div class="wrap"> 39 <h2>Buddypress Group Documents: <?php _e('Settings'); ?></h2>39 <h2>Buddypress Group Analytics: <?php _e('Settings'); ?></h2> 40 40 <br/> 41 41 … … 115 115 $page = add_submenu_page( 116 116 bp_group_analytics_find_admin_location(), 'Buddypress Group Analytics ' . __('Settings'), '<span class="bp-group-analytics-admin-menu-header">' . __('Buddypress Group Analytics', 'bp-group-analytics') . '</span>', 'manage_options', 'bp-group-analytics-settings', 'bp_group_analytics_admin'); 117 118 // add styles only on bp-group-documents admin page, see:119 // http://codex.wordpress.org/Function_Reference/wp_enqueue_script#Load_scripts_only_on_plugin_pages120 //add_action( 'admin_print_styles-'.$page, 'bp_group_documents_add_admin_style' );121 117 } 122 118
Note: See TracChangeset
for help on using the changeset viewer.