Docs: Update the URL for PHP date formats table in translator comments.
Props hareesh-pillai, iandunn. Fixes #51332. Built from https://develop.svn.wordpress.org/trunk@48991 git-svn-id: http://core.svn.wordpress.org/trunk@48753 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -359,11 +359,11 @@ class WP_Locale {
|
||||
* @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' );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user