Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/main/controllers/template/rtmedia-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
}

}
Expand Down