Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/08/2016 08:14:42 PM (9 years ago)
Author:
johnjamesjacoby
Message:

Back in r10692, a fix was slid into place
Menu_Menu_Menu all up in your face
A lot of errors busting sites but they had no taste
Some said Autoloading was wack, but now is that the case?

I have a quest to squash bugs with my hands
Without that, it's like Kryptonite and Superman
So @coffee2code deployed changes with the blip
John James my name, but on stage, call me J-trip

Fixes #7004.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/bp-core-template.php

    r10692 r10693  
    35873587    // Create custom walker if one wasn't set.
    35883588    if ( empty( $args->walker ) ) {
    3589 
    3590         // Temporary fix for fatals (jjj)
    3591         if ( ! class_exists( 'BP_Walker_Nav_Menu' ) ) {
    3592             require_once dirname( __FILE__ ) . '/classes/class-bp-walker-nav-menu.php';
    3593         }
    3594 
    35953589        $args->walker = new BP_Walker_Nav_Menu;
    35963590    }
Note: See TracChangeset for help on using the changeset viewer.