Changeset 19845 for trunk/wp-content/themes/twentytwelve/functions.php
- Timestamp:
- 02/06/2012 11:07:41 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentytwelve/functions.php
r19844 r19845 67 67 } 68 68 endif; 69 70 /**71 * Enqueues the theme's stylesheet.72 *73 * The wp_enqueue_scripts hook is meant for both styles and scripts, and only74 * fires on the frontend.75 *76 * @since Twenty Twelve 1.077 */78 function twentytwelve_enqueue_scripts() {79 wp_enqueue_style( 'twentytwelve-style', get_bloginfo( 'stylesheet_url' ) );80 }81 add_action( 'wp_enqueue_scripts', 'twentytwelve_enqueue_scripts' );82 69 83 70 /**
Note: See TracChangeset
for help on using the changeset viewer.