added textdomain, added ability to change nav menu button text along with default value

This commit is contained in:
Mickey Kay
2013-11-14 12:42:45 -08:00
parent fdae4e5958
commit 2c2b86f147
4 changed files with 105 additions and 36 deletions
+3
View File
@@ -21,6 +21,9 @@ function trestle_theme_setup() {
define( 'CHILD_THEME_URL', 'http://demo.mightyminnow.com/theme/trestle/' );
define( 'CHILD_THEME_VERSION', '1.0' );
// Load theme text domain
load_theme_textdomain( 'trestle', get_template_directory() . '/languages');
// Add HTML5 markup structure
add_theme_support( 'html5' );