| 291 | | '<p>' . __( 'When using Bulk Edit, you can change the metadata (categories, author, etc.) for all selected posts at once. To remove a post from the grouping, just click the x next to its name in the Bulk Edit area that appears.' ) . '</p>', |
| | 291 | '<p>' . sprintf( |
| | 292 | /* translators: %s: The 'x' icon used for buttons that dismiss or remove. */ |
| | 293 | __( 'When using Bulk Edit, you can change the metadata (categories, author, etc.) for all selected posts at once. To remove a post from the grouping, just click the %s button next to its name in the Bulk Edit area that appears.' ), |
| | 294 | '<span class="dashicons dashicons-dismiss" aria-hidden="true" style="font-size: 16px; width: 16px; vertical-align: middle;"></span>' |
| | 295 | ) . '</p>', |