Changeset 951
- Timestamp:
- 03/14/08 22:22:53 (9 months ago)
- Files:
-
- bbpress-theme-switcher/trunk/bb-theme-switcher.php (modified) (2 diffs)
- bbpress-theme-switcher/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
bbpress-theme-switcher/trunk/bb-theme-switcher.php
r930 r951 4 4 Plugin URI: http://bbpress.org/plugins/topic/70 5 5 Description: Allows your members and guests to switch between themes. Optional timer to return to default theme. 6 Version: 1.1 46 Version: 1.1.5 7 7 Author: _ck_ 8 8 Author URI: http://bbshowcase.org … … 36 36 add_filter('bb_template','bb_ts_add_dropdown',100,2); // disable this line if you don't want the switcher inserted automatically 37 37 add_filter('bb_get_active_theme_folder','bb_ts_get_template'); 38 add_filter('bb_get_active_theme_directory','bb_ts_get_template'); 38 39 add_filter('bb_get_active_theme_uri', 'bb_ts_get_active_theme_uri'); 39 40 bbpress-theme-switcher/trunk/readme.txt
r930 r951 66 66 67 67 * update to match theme method in 0.8.4 while remaining backward compatible with 0.8.3 68 69 = Version 1.1.5 (2008-3-14) = 70 71 * update to deal with 0.9 function name change from bb_get_active_theme_folder() to bb_get_active_theme_directory()
