Skip to content

Commit 3391017

Browse files
chore: remove comment
1 parent bd82983 commit 3391017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/media_rename/attachment_edit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public function enqueue_scripts( $hook ) {
102102
} elseif ( $hook === 'upload.php' ) {
103103
wp_enqueue_script(
104104
'optml-modal-attachment',
105-
OPTML_URL . 'assets/js/modal-attachment.js', // Your JavaScript file
105+
OPTML_URL . 'assets/js/modal-attachment.js',
106106
[ 'jquery', 'media-views', 'media-models' ],
107107
OPTML_VERSION,
108108
true

0 commit comments

Comments
 (0)