[ad_1]
In the /lib/class-plugin.php on lines 152 & 153, two lines should be changed to:
$bulk_array['se_hide'] = __( 'Hide from Search', 'search-exclude' );
$bulk_array['se_show'] = __( 'Show in Search', 'search-exclude' );So, we can translate the two strings in the dropdown for bulk actions.
- This topic was modified 8 hours, 56 minutes ago by . Reason: minor typo
