Text Domain Issue
-
Hi Andy,
There is a text-domain issue that happened at \src\Settings.php line 72.
Original Code:
echo( '<li>' . esc_html__( 'Click theRollbackbutton. You will be automatically re-directed to theupdate-core.phppage.', 'core-updater' ) . '</li>' );Corrected Code:
echo( '<li>' . esc_html__( 'Click theRollbackbutton. You will be automatically re-directed to theupdate-core.phppage.', 'core-rollback' ) . '</li>' );This issue caused the related UI string cannot be displayed correctly.
Regards,
Alex
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Text Domain Issue’ is closed to new replies.