Skip to content

Commit

Permalink
Docs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Dec 23, 2023
1 parent 7d8af3b commit 27e47f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mt-reports.php
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ function mt_get_report_by_time( $start, $end ) {
/**
* Return data from report by time.
*
* @return mixed
* @return array
*/
function mt_get_report_data_by_time() {
$start = ( isset( $_GET['mt_start'] ) ) ? sanitize_text_field( $_GET['mt_start'] ) : mt_date( 'Y-m-d', strtotime( apply_filters( 'mt_default_report_start_date', '-1 week' ) ) );
Expand Down

0 comments on commit 27e47f2

Please sign in to comment.