diff --git a/app/main/controllers/template/rtmedia-functions.php b/app/main/controllers/template/rtmedia-functions.php index f89565f2e..63ee38e5b 100644 --- a/app/main/controllers/template/rtmedia-functions.php +++ b/app/main/controllers/template/rtmedia-functions.php @@ -3463,7 +3463,7 @@ function rtmedia_convert_date( $_date ) { return sprintf( $ago_text, $value ); } else { // translators: %s: date format, see http://php.net/date. - return date_i18n( 'd F Y ', strtotime( $_date ), true ); + return date_i18n( get_option( 'date_format' ), strtotime( $_date ), true ); } }