Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/31/2014 08:15:00 PM (11 years ago)
Author:
johnjamesjacoby
Message:

Add public scope identifier to component loader methods that were otherwise undefined.

File:
1 edited

Legend:

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

    r8090 r8223  
    329329     * @uses bp_core_fetch_avatar()
    330330     */
    331     function setup_title() {
     331    public function setup_title() {
    332332        $bp = buddypress();
    333333
     
    354354     * @since BuddyPress (1.6)
    355355     */
    356     function setup_actions() {
     356    public function setup_actions() {
    357357        // Spam prevention
    358358        add_action( 'bp_include', 'bp_activity_setup_akismet' );
Note: See TracChangeset for help on using the changeset viewer.