Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/12/2015 07:08:58 PM (9 years ago)
Author:
djpaul
Message:

Groups: deprecate broken and obsolete functions

These have been broken and unused since BuddyPress 1.2. The commit
formally deprecates them, and restores a missing function
groups_avatar_upload that would cause 1.1-era legacy templates to
fatal on any upgrade.

Fixes #6442

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-loader.php

    r10248 r10255  
    500500            require( $this->plugin_dir . 'bp-core/deprecated/2.2.php' );
    501501            require( $this->plugin_dir . 'bp-core/deprecated/2.3.php' );
     502            require( $this->plugin_dir . 'bp-core/deprecated/2.4.php' );
    502503        }
    503504    }
Note: See TracChangeset for help on using the changeset viewer.