Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/26/2023 04:51:42 AM (3 years ago)
Author:
imath
Message:

Remove bp-default altogether from the BuddyPress package

This theme is no more maintained (except for security issues) and will be now available from the BP Classic plugin. Almost 10 years after this announcement: https://bpdevel.wordpress.com/2013/11/13/the-future-of-the-bp-default-theme/ we are finally "removing bp-default altogether from the BuddyPress package".

Thanks for the great job people who contributed to it accomplished. It helped BuddyPress a lot to provide a flexible and powerful foundation for building BuddyPress sites.

Fixes #8904
Closes https://github.com/buddypress/buddypress/pull/105

File:
1 edited

Legend:

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

    r13468 r13490  
    6060add_action( 'bp_loaded', 'bp_setup_widgets',            6  );
    6161add_action( 'bp_loaded', 'bp_register_theme_packages',  12 );
    62 add_action( 'bp_loaded', 'bp_register_theme_directory', 14 );
    6362
    6463/**
Note: See TracChangeset for help on using the changeset viewer.