Skip to content

Commit

Permalink
Merge pull request #241 from ivanfefilov/fix-the-time-hook
Browse files Browse the repository at this point in the history
Fix the time hook
  • Loading branch information
man4toman authored Jan 24, 2025
2 parents 64a3108 + 4f7fe07 commit 5b3d65b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/fixes-dates.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ function wpp_fix_post_modified_time( $time, $format, $gmt ) {
*
* @return string Formatted date
*/
function wpp_fix_get_time( $time, $format = '' ) {
function wpp_fix_the_time( $time, $format = '' ) {
if ( empty( $time ) ) {
return $time;
}
Expand Down

0 comments on commit 5b3d65b

Please sign in to comment.