We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40c3b21 commit 3ccfc49Copy full SHA for 3ccfc49
includes/bulk-functions.php
@@ -32,7 +32,7 @@ function lurma_custom_bulk_admin_footer() {
32
33
$( '#doaction, #doaction2' ).click(function(e){
34
$( 'select[name^="action"]' ).each(function(){
35
- if ( $(this).val() == '<?php esc_attr_e( 'reattach', 'lurma' ); ?>' ) {
+ if ( $(this).val() == 'reattach' ) {
36
e.preventDefault();
37
findPosts.open();
38
}
0 commit comments