Making WordPress.org


Ignore:
Timestamp:
09/16/2019 05:27:25 PM (5 years ago)
Author:
johnjamesjacoby
Message:

BuddyPress: Unplug the bb-base styling dependency for Developer site.

Also includes styling tweaks for mobile that would normally be in bb-base.

See #4601. Props imath.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/buddypress.org/public_html/wp-content/themes/bporg-developer/functions.php

    r9133 r9142  
    1717 */
    1818function bporg_developer_enqueue_styles() {
    19     wp_enqueue_style( 'bb-base', content_url( 'themes' ) . '/bb-base/style.css' );
    2019    wp_enqueue_style( 'wporg-developer', get_template_directory_uri() . '/style.css' );
    2120    wp_enqueue_style( 'bporg-developer-main',
    2221        get_stylesheet_directory_uri() . '/css/style.css',
    23         array( 'wp-dev-sass-compiled', 'dashicons', 'bb-base' ),
     22        array( 'wp-dev-sass-compiled', 'dashicons' ),
    2423        wp_get_theme()->get( 'Version' )
    2524    );
Note: See TracChangeset for help on using the changeset viewer.