Skip to content

Commit 5b3d65b

Browse files
authored
Merge pull request #241 from ivanfefilov/fix-the-time-hook
Fix the time hook
2 parents 64a3108 + 4f7fe07 commit 5b3d65b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/fixes-dates.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ function wpp_fix_post_modified_time( $time, $format, $gmt ) {
9494
*
9595
* @return string Formatted date
9696
*/
97-
function wpp_fix_get_time( $time, $format = '' ) {
97+
function wpp_fix_the_time( $time, $format = '' ) {
9898
if ( empty( $time ) ) {
9999
return $time;
100100
}

0 commit comments

Comments
 (0)