Changeset 951

Show
Ignore:
Timestamp:
03/14/08 22:22:53 (9 months ago)
Author:
_ck_
Message:

1.1.5 - fix for 0.9 change to bb_get_active_theme_directory (formerly theme_folder)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • bbpress-theme-switcher/trunk/bb-theme-switcher.php

    r930 r951  
    44Plugin URI: http://bbpress.org/plugins/topic/70 
    55Description: Allows your members and guests to switch between themes. Optional timer to return to default theme. 
    6 Version: 1.14 
     6Version: 1.1.5 
    77Author: _ck_ 
    88Author URI:  http://bbshowcase.org 
     
    3636add_filter('bb_template','bb_ts_add_dropdown',100,2);    //  disable this line if you don't want the switcher inserted automatically 
    3737add_filter('bb_get_active_theme_folder','bb_ts_get_template'); 
     38add_filter('bb_get_active_theme_directory','bb_ts_get_template'); 
    3839add_filter('bb_get_active_theme_uri', 'bb_ts_get_active_theme_uri'); 
    3940 
  • bbpress-theme-switcher/trunk/readme.txt

    r930 r951  
    6666 
    6767* 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()