Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/09/2024 10:49:34 AM (2 years ago)
Author:
imath
Message:

BP Standalone Block Themes: adapt Blogs template hierarchy

  • Adds a members/single/index.html root template to the BP Standalone Theme hierarchy to be used by BP Standalone Block Themes in respect of WP Block Themes templating logic.

See #9118
See https://github.com/buddypress/buddypress/pull/249
See https://github.com/buddypress/buddyvibes/pull/7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-blogs/screens/create.php

    r12514 r13760  
    1212 *
    1313 * @since 1.0.0
     14 *
     15 * @return void
    1416 */
    1517function bp_blogs_screen_create_a_blog() {
    1618
    1719        if ( ! is_multisite() || ! bp_is_blogs_component() || ! bp_is_current_action( 'create' ) || ! is_user_logged_in() || ! bp_blog_signup_enabled() ) {
    18                 return false;
     20                return;
    1921        }
    2022
Note: See TracChangeset for help on using the changeset viewer.