Changeset 991 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/user-content.php
- Timestamp:
- 11/18/2014 09:05:33 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/user-content.php
r989 r991 67 67 wp_enqueue_style( 'syntaxhighlighter-theme-default' ); 68 68 69 wp_enqueue_script( 'wporg-developer-user-notes', get_template_directory_uri() . '/js/user-notes.js', array( 'quicktags' ), '2014 0912', true );69 wp_enqueue_script( 'wporg-developer-user-notes', get_template_directory_uri() . '/js/user-notes.js', array( 'quicktags' ), '20141117', true ); 70 70 if ( get_option( 'thread_comments' ) ) { 71 71 wp_enqueue_script( 'comment-reply' );
Note: See TracChangeset
for help on using the changeset viewer.