Changeset 3255
- Timestamp:
- 05/25/2016 10:23:38 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/functions.php
r3252 r3255 64 64 */ 65 65 function scripts() { 66 wp_enqueue_style( 'wporg-plugins-style', get_template_directory_uri() . '/css/style.css' );66 wp_enqueue_style( 'wporg-plugins-style', get_template_directory_uri() . '/css/style.css', array(), time() ); 67 67 68 68 wp_enqueue_script( 'wporg-plugins-navigation', get_template_directory_uri() . '/js/navigation.js', array(), '20151215', true );
Note: See TracChangeset
for help on using the changeset viewer.