Small request for ability to respect WordPress date format
-
Hi,
Great plugin!
I have a minor change request..
Would it be possible for a future release to change line 693 in ‘amamc_ask-me-anything-php’ from
<?php printf( __('on %1$s'), get_comment_date( 'F j, Y g:i a',$question->comment_ID )); ?>
to something like
<?php printf( __('on %1$s'), get_comment_date( get_option('date_format'),$question->comment_ID )); ?>
So that the date formatting on questions are in accordance with the formatting the user has selected in Settings > General?
Thanks.
Oh, and also I have had no luck trying to translate ‘on’ in that same line.
Thanks again.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Small request for ability to respect WordPress date format’ is closed to new replies.