Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/22/2022 12:54:40 PM (4 years ago)
Author:
imath
Message:

Introduce a function to only get the "Visit blog" button args

bp_get_blogs_visit_blog_button_args() eases the process of getting these arguments and removes the need for BP Nouveau's workaround.
Deprecate the bp_nouveau_blogs_catch_button_args() as no more needed.

Props hnla

Fixes #7126
See #8722

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/class-buddypress.php

    r13273 r13303  
    560560            require $this->plugin_dir . 'bp-core/deprecated/9.0.php';
    561561            require $this->plugin_dir . 'bp-core/deprecated/10.0.php';
     562            require $this->plugin_dir . 'bp-core/deprecated/11.0.php';
    562563        }
    563564
Note: See TracChangeset for help on using the changeset viewer.