Changeset 62215
- Timestamp:
- 04/07/2026 05:34:48 AM (2 days ago)
- Location:
- branches/7.0
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-admin/includes/class-wp-posts-list-table.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/7.0
-
branches/7.0/src/wp-admin/includes/class-wp-posts-list-table.php
r62146 r62215 438 438 $actions['untrash'] = __( 'Restore' ); 439 439 } else { 440 $actions['edit'] = _ _( 'Bulk edit' );440 $actions['edit'] = _x( 'Bulk edit', 'verb' ); 441 441 } 442 442 }
Note: See TracChangeset
for help on using the changeset viewer.