예제 #1
0
/**
 * Return the one true instance of the Reach_Theme.
 *
 * @return 	Reach_Theme
 * @since 	1.0.0
 */
function reach_get_theme()
{
    return Reach_Theme::get_instance();
}