Skip to:
Content

bbPress.org

Changeset 3909


Ignore:
Timestamp:
05/18/2012 06:35:14 PM (13 years ago)
Author:
johnjamesjacoby
Message:

BuddyPress:

  • Change BBP_Forums_Groups_Component methods to public.
  • These should be allowed to be protected by BuddyPress core later.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-includes/bbp-extend-buddypress.php

    r3908 r3909  
    11061106     * The primary display function for group forums
    11071107     */
    1108     protected function display() {
     1108    public function display() {
    11091109
    11101110        // Prevent Topic Parent from appearing
     
    11321132     * @uses bbp_get_template_part()
    11331133     */
    1134     protected function edit_screen() {
     1134    public function edit_screen() {
    11351135
    11361136        // Add group admin actions to forum row actions
     
    11641164     * @uses bbp_edit_forum_handler() To check for forum edit
    11651165     */
    1166     protected function edit_screen_save() {
     1166    public function edit_screen_save() {
    11671167
    11681168        // Bail if not a POST action
     
    12211221     * @since bbPress (r3465)
    12221222     */
    1223     protected function create_screen() {
     1223    public function create_screen() {
    12241224
    12251225        // Bail if not looking at this screen
     
    12481248     * @since bbPress (r3465)
    12491249     */
    1250     protected function create_screen_save() {
     1250    public function create_screen_save() {
    12511251
    12521252        check_admin_referer( 'groups_create_save_' . $this->slug );
Note: See TracChangeset for help on using the changeset viewer.