Skip to content

Bulk edit: does not work for other language than english #33

@bourgesloic-lbo

Description

@bourgesloic-lbo

if ( isset( $_REQUEST['bulk_edit'] ) && 'Update' == $_REQUEST['bulk_edit'] ) {

The line should be replace by:
if ( isset( $_REQUEST['bulk_edit'] ) && __( 'Update' ) == $_REQUEST['bulk_edit'] ) {

Because bulk_edit value depends on language and is translated by Wordpress.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions