Changeset 13709 for trunk/src/bp-core/bp-core-cssjs.php
- Timestamp:
- 01/22/2024 05:54:22 AM (2 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-core/bp-core-cssjs.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-cssjs.php
r13523 r13709 104 104 */ 105 105 $admin_bar_file = apply_filters( 'bp_core_admin_bar_css', "{$url}admin-bar{$min}.css" ); 106 107 // Set default BP Tooltips styles. 108 $tooltips_uri = "{$url}bp-tooltips{$min}.css"; 109 $template_tooltips = bp_locate_template_asset( "css/bp-tooltips{$min}.css" ); 110 111 if ( isset( $template_tooltips['uri'] ) && $template_tooltips['uri'] ) { 112 $tooltips_uri = $template_tooltips['uri']; 113 } 106 114 107 115 /** … … 120 128 'file' => "{$url}avatar{$min}.css", 121 129 'dependencies' => array( 'jcrop' ) 130 ), 131 'bp-tooltips' => array( 132 'file' => $tooltips_uri, 133 'dependencies' => array() 122 134 ), 123 135 ) );
Note: See TracChangeset
for help on using the changeset viewer.