Adjust for theme support

This commit is contained in:
Brian Miyaji
2014-04-14 23:48:37 +10:00
parent f9f114f2a5
commit 0e380bfa4a
6 changed files with 35 additions and 38 deletions

View File

@@ -44,26 +44,6 @@ function sportspress_the_title( $title, $id ) {
}
add_filter( 'the_title', 'sportspress_the_title', 10, 2 );
/**
* sportspress_admin_install_notices function.
*
* @access public
* @return void
*/
function sportspress_admin_install_notices() {
include( dirname( SP_PLUGIN_FILE ) . '/includes/admin/views/notice-install.php' );
}
/**
* sportspress_theme_check_notice function.
*
* @access public
* @return void
*/
function sportspress_theme_check_notice() {
// include( dirname( SP_PLUGIN_FILE ) . '/includes/admin/views/notice-theme-support.php' );
}
function sportspress_gettext( $translated_text, $untranslated_text, $domain ) {
global $typenow;