Make WordPress Core


Ignore:
Timestamp:
11/17/2025 11:35:28 PM (9 months ago)
Author:
SergeyBiryukov
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-posts-list-table.php

    r60512 r61255  
    438438                                $actions['untrash'] = __( 'Restore' );
    439439                        } else {
    440                                 $actions['edit'] = __( 'Edit' );
     440                                $actions['edit'] = __( 'Bulk edit' );
    441441                        }
    442442                }
Note: See TracChangeset for help on using the changeset viewer.