Correction Needed for Date Format String in format_modified Method
-
Dear [Plugin Author/Support Team],
I hope this message finds you well.
I am writing to request a correction in the code for the
format_modified
method. In the current version, the date format string is defined as follows:$date_format = _x( '%1$s \a\t %2$s', 'date and time format', 'code-snippets' );
This string causes issues with formatting. To resolve this, please update it to the following corrected format:
$date_format = _x( '%1$s at %2$s', 'date and time format', 'code-snippets' );
This change should ensure that the date and time format is displayed correctly.
Thank you for your attention to this matter. If you need any further information, please let me know.
Best regards,
Sel?uk G?ktekin
- You must be logged in to reply to this topic.