small fix localization
-
in includes/settings-page.php
line #49
<h1><?php _e( ‘Disable Comments’, ‘settings page title’, ‘disable-comments’) ?></h1>
should be
<h1><?php _ex( ‘Disable Comments’, ‘settings page title’, ‘disable-comments’) ?></h1>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘small fix localization’ is closed to new replies.