Make WordPress Core

Changeset 48522


Ignore:
Timestamp:
07/21/2020 12:41:35 AM (4 years ago)
Author:
whyisjake
Message:

Site Health: Ensure that there is a human readable time for snoozed email verifications.

This will be the time the was proposed, added to the reminder interval.

Fixes #48333.
Props SergeyBiryukov, desrosj.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/_index.php

    r48363 r48522  
    140140                        3
    141141                    ),
    142                     number_format_i18n( 3 )
     142                    human_time_diff( ( $postponed_time + $remind_interval ) )
    143143                );
    144144                ?>
Note: See TracChangeset for help on using the changeset viewer.