Ticket #4: inter_bp_core.patch
File inter_bp_core.patch, 1.1 KB (added by , 17 years ago) |
---|
-
bp-core-pagination.php
112 112 } 113 113 114 114 // print the page text 115 $return .= "<li> Pages:</li>\n";115 $return .= "<li>".__('Pages:')."</li>\n"; 116 116 117 117 // if set, show the start 118 118 if ( $showStart ) -
bp-core-settingstab.php
13 13 add_action( '_admin_menu', 'add_blog_settings_tab' ); 14 14 15 15 function move_settings_submenu() { 16 global $submenu , $thirdlevel;16 global $submenu; 17 17 18 18 $submenu['options-general.php'][0][0] = 'Blog'; 19 19 $submenu['options-general.php'][1][0] = 'Delete Account'; … … 21 21 add_action( 'admin_menu', 'move_settings_submenu' ); 22 22 23 23 function alter_settings_tab_positions() { 24 global $ parent_file, $submenu_file;24 global $submenu_file; 25 25 26 26 if ( strpos( $_SERVER['SCRIPT_NAME'], '/options-general.php' ) && !isset($_GET['page']) ) { 27 27 $submenu_file = 'options-general.php';