Docs: Add a proper file header to wp-admin/includes/continents-cities.php.
See #33701. git-svn-id: https://develop.svn.wordpress.org/trunk@35359 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
5aa7a8ce78
commit
68c5efb7f3
@ -1,7 +1,12 @@
|
||||
<?php
|
||||
|
||||
/* Continent and city translations for timezone selection.
|
||||
/**
|
||||
* Translation API: Continent and city translations for timezone selection
|
||||
*
|
||||
* This file is not included anywhere. It exists solely for use by xgettext.
|
||||
*
|
||||
* @package WordPress
|
||||
* @subpackage i18n
|
||||
* @since 2.8.0
|
||||
*/
|
||||
|
||||
__('Africa', 'continents-cities');
|
||||
|
Loading…
Reference in New Issue
Block a user