mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-05 05:04:31 +00:00
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:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user