Changeset 3588 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/functions.php
- Timestamp:
- 06/26/2016 01:56:13 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/functions.php
r3585 r3588 3 3 4 4 function styles() { 5 wp_dequeue_style('breathe-style'); 5 6 wp_enqueue_style( 'p2-breathe', get_template_directory_uri() . '/style.css' ); 6 7 … … 8 9 wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '20160626c' ); 9 10 } 10 add_action( 'wp_enqueue_scripts', __NAMESPACE__ . '\styles', 9);11 add_action( 'wp_enqueue_scripts', __NAMESPACE__ . '\styles', 11 );
Note: See TracChangeset
for help on using the changeset viewer.