You appear to be a bot. Output may be restricted
Description
Usage
_bw_get_themes();
Parameters
Returns
voidSource
File name: oik/libs/oik_themes.phpLines:
1 to 9 of 9
function _bw_get_themes() { static $themes = null; if ( !$themes ) { $theme_slugs = bw_get_theme_slugs(); oik_require( "admin/oik-depends.inc" ); $themes = bw_get_all_theme_names( $theme_slugs); } return( $themes ); }View on GitHub View on Trac