Changeset 1146
- Timestamp:
- 01/15/2015 07:50:20 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/functions.php
r1134 r1146 18 18 global $themes_allowedtags, $theme_field_defaults; 19 19 20 // load_theme_textdomain( 'wporg-themes', get_template_directory() . '/languages' ); 20 load_theme_textdomain( 'wporg-themes' ); 21 21 22 add_theme_support( 'automatic-feed-links' ); 22 23 … … 78 79 wp_enqueue_style( 'wporg-themes-style', get_stylesheet_uri() ); 79 80 80 81 81 wp_enqueue_script( 'google-jsapi', '//www.google.com/jsapi', array(), null ); 82 82
Note: See TracChangeset
for help on using the changeset viewer.