Skip to:
Content

BuddyPress.org

Changeset 7273


Ignore:
Timestamp:
07/16/2013 06:26:20 PM (13 years ago)
Author:
boonebgorges
Message:

BP_Group_Extension::enable_nav_item should default to true

This is in keeping with backward compatibility requirements for 1.7-era plugins

It also ensures that the default behavior is the most common behavior, ie the
new nav item should be available.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups/bp-groups-classes.php

    r7251 r7273  
    18241824     * @var bool Whether to show the nav item
    18251825     */
    1826     public $enable_nav_item = false;
     1826    public $enable_nav_item = true;
    18271827
    18281828    /**
Note: See TracChangeset for help on using the changeset viewer.