Skip to content

Commit b089e4b

Browse files
Quick/Bulk Edit: Rename the “Edit” bulk action label on the Posts screen to “Bulk edit”.
This aims to clarify the action being performed. Follow-up to [8682], [8857], [8981], [9018], [15491], [48352]. Props antonrinas, SirLouen, johnbillion, karmatosed, SergeyBiryukov. Fixes #35546. git-svn-id: https://develop.svn.wordpress.org/trunk@61255 602fd350-edb4-49c9-b593-d223f7449a82
1 parent c42d029 commit b089e4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-admin/includes/class-wp-posts-list-table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ protected function get_bulk_actions() {
437437
if ( $this->is_trash ) {
438438
$actions['untrash'] = __( 'Restore' );
439439
} else {
440-
$actions['edit'] = __( 'Edit' );
440+
$actions['edit'] = __( 'Bulk edit' );
441441
}
442442
}
443443

0 commit comments

Comments
 (0)