Changeset 1678 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/user-content.php
- Timestamp:
- 06/18/2015 08:58:14 PM (10 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
r1431 r1678 72 72 } 73 73 74 wp_enqueue_script( 'wporg-developer-user-notes', get_template_directory_uri() . '/js/user-notes.js', array( 'quicktags' ), '201 41117', true );74 wp_enqueue_script( 'wporg-developer-user-notes', get_template_directory_uri() . '/js/user-notes.js', array( 'quicktags' ), '20150618', true ); 75 75 if ( get_option( 'thread_comments' ) ) { 76 76 wp_enqueue_script( 'comment-reply' );
Note: See TracChangeset
for help on using the changeset viewer.