Changeset 47808 for trunk/src/wp-admin/includes/comment.php
- Timestamp:
- 05/16/2020 06:40:52 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/comment.php
r47507 r47808 198 198 */ 199 199 function enqueue_comment_hotkeys_js() { 200 if ( 'true' == get_user_option( 'comment_shortcuts' ) ) {200 if ( 'true' === get_user_option( 'comment_shortcuts' ) ) { 201 201 wp_enqueue_script( 'jquery-table-hotkeys' ); 202 202 }
Note: See TracChangeset
for help on using the changeset viewer.