Changeset 48348 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 07/06/2020 08:15:46 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r48347 r48348 1197 1197 1198 1198 $scripts->add( 'admin-comments', "/wp-admin/js/edit-comments$suffix.js", array( 'wp-lists', 'quicktags', 'jquery-query' ), false, 1 ); 1199 $scripts->set_translations( 'admin-comments' ); 1199 1200 did_action( 'init' ) && $scripts->localize( 1200 1201 'admin-comments', 1201 'adminComments L10n',1202 'adminCommentsSettings', 1202 1203 array( 1203 1204 'hotkeys_highlight_first' => isset( $_GET['hotkeys_highlight_first'] ), 1204 1205 'hotkeys_highlight_last' => isset( $_GET['hotkeys_highlight_last'] ), 1205 'replyApprove' => __( 'Approve and Reply' ),1206 'reply' => __( 'Reply' ),1207 'warnQuickEdit' => __( "Are you sure you want to edit this comment?\nThe changes you made will be lost." ),1208 'warnCommentChanges' => __( "Are you sure you want to do this?\nThe comment changes you made will be lost." ),1209 'docTitleComments' => __( 'Comments' ),1210 /* translators: %s: Comments count. */1211 'docTitleCommentsCount' => __( 'Comments (%s)' ),1212 1206 ) 1213 1207 );
Note: See TracChangeset
for help on using the changeset viewer.