Changeset 7106
- Timestamp:
- 05/25/2013 09:34:10 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-classes.php
r7087 r7106 2026 2026 $screen = $this->screens['edit']; 2027 2027 2028 $position = isset( $screen['position'] ) ? (int) $screen['position'] : 10; 2029 2028 2030 // Add the tab 2029 2031 // @todo BP should be using bp_core_new_subnav_item() … … 2033 2035 $selected = " class=\"current\""; 2034 2036 echo "<li{$selected}><a href=\"' . trailingslashit( bp_get_root_domain() . '/' . bp_get_groups_root_slug() . '/{$group_slug}/admin/' . esc_attr( $screen['slug'] ) ) . '\">' . esc_attr( $screen['name'] ) . '</a></li>";' 2035 ), 10, 2 );2037 ), $position, 2 ); 2036 2038 2037 2039 // Catch the edit screen and forward it to the plugin template
Note: See TracChangeset
for help on using the changeset viewer.