Skip to content

Commit 3ccfc49

Browse files
committed
Revert i18n fix
1 parent 40c3b21 commit 3ccfc49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/bulk-functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function lurma_custom_bulk_admin_footer() {
3232

3333
$( '#doaction, #doaction2' ).click(function(e){
3434
$( 'select[name^="action"]' ).each(function(){
35-
if ( $(this).val() == '<?php esc_attr_e( 'reattach', 'lurma' ); ?>' ) {
35+
if ( $(this).val() == 'reattach' ) {
3636
e.preventDefault();
3737
findPosts.open();
3838
}

0 commit comments

Comments
 (0)