Changeset 772757
- Timestamp:
- 09/15/2013 04:02:33 PM (13 years ago)
- Location:
- bp-group-hierarchy/trunk
- Files:
-
- 2 edited
-
extension.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bp-group-hierarchy/trunk/extension.php
r763873 r772757 826 826 /** Load the hierarchy.css file from the user's theme, if available */ 827 827 if( $hierarchy_css = apply_filters( 'bp_located_template', locate_template( array( '_inc/css/hierarchy.css' ), false ), '_inc/css/hierarchy.css' ) ) { 828 829 // Detect when loading CSS from the plugin dir and rewrite with plugins_url for better MS / symlink support 830 if( 0 === strpos( $hierarchy_css, dirname( __FILE__ ) ) ) 831 $hierarchy_css = plugins_url( 'templates/_inc/css/hierarchy.css', __FILE__ ); 832 828 833 wp_register_style( 'bp-group-hierarchy-tree-style', str_replace(array(substr(ABSPATH,0,-1),'\\'), array('','/'), $hierarchy_css) ); 829 834 } -
bp-group-hierarchy/trunk/readme.txt
r763873 r772757 4 4 Tags: buddypress, groups, subgroups, hierarchy, parent group 5 5 Requires at least: WP 3.2, BuddyPress 1.6 6 Tested up to: WP 3.6 , BuddyPress 1.8.16 Tested up to: WP 3.6.1, BuddyPress 1.8.1 7 7 Stable tag: 1.3.9 8 8 … … 65 65 * Added: Support for BP theme compatibility mode 66 66 * Changed: Updated extension class to conform (better) to new BP_Group_Extension guidelines 67 * Changed: Improved compatibility with multisite installs 67 68 * Fixed: Weird HTML title when hiding the flat group list 68 69 * Fixed: Wrong tab could be highlighted when loading the Groups list page under certain circumstances - thanks, Mike
Note: See TracChangeset
for help on using the changeset viewer.