- Timestamp:
- 07/17/2021 11:45:58 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-members/classes/class-bp-members-component.php
r13007 r13021 881 881 'bp-block-components', 882 882 ), 883 'editor_style' => 'bp- online-members-block',884 'editor_style_url' => plugins_url( 'css/blocks/ online-members.css', dirname( __FILE__ ) ),883 'editor_style' => 'bp-member-avatar-blocks', 884 'editor_style_url' => plugins_url( 'css/blocks/member-avatar-blocks.css', dirname( __FILE__ ) ), 885 885 'attributes' => array( 886 886 'title' => array( … … 907 907 'bp-block-components', 908 908 ), 909 'editor_style' => 'bp- active-members-block',910 'editor_style_url' => plugins_url( 'css/blocks/ active-members.css', dirname( __FILE__ ) ),909 'editor_style' => 'bp-member-avatar-blocks', 910 'editor_style_url' => plugins_url( 'css/blocks/member-avatar-blocks.css', dirname( __FILE__ ) ), 911 911 'attributes' => array( 912 912 'title' => array(
Note: See TracChangeset
for help on using the changeset viewer.