--- a/wp/wp-includes/class-wp-locale.php Tue Dec 15 15:52:01 2020 +0100
+++ b/wp/wp-includes/class-wp-locale.php Wed Sep 21 18:19:35 2022 +0200
@@ -359,11 +359,11 @@
* @since 3.6.0
*/
public function _strings_for_pot() {
- /* translators: Localized date format, see https://www.php.net/date */
+ /* translators: Localized date format, see https://www.php.net/manual/datetime.format.php */
__( 'F j, Y' );
- /* translators: Localized time format, see https://www.php.net/date */
+ /* translators: Localized time format, see https://www.php.net/manual/datetime.format.php */
__( 'g:i a' );
- /* translators: Localized date and time format, see https://www.php.net/date */
+ /* translators: Localized date and time format, see https://www.php.net/manual/datetime.format.php */
__( 'F j, Y g:i a' );
}
}