WPML compatibility tweaks

This commit is contained in:
Brian Miyaji
2014-07-11 09:46:44 +10:00
parent 19e579532a
commit 7562fbfa20
3 changed files with 74 additions and 2 deletions

View File

@@ -220,6 +220,9 @@ final class SportsPress {
// Include template hooks in time for themes to remove/modify them
include_once( 'includes/sp-template-hooks.php' );
// WPML-related localization hooks
include_once( 'includes/class-sp-wpml.php' );
}
/**