mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-03 15:08:10 +01:00
Docs: Add a proper file header to wp-admin/includes/continents-cities.php.
See #33701. Built from https://develop.svn.wordpress.org/trunk@35359 git-svn-id: http://core.svn.wordpress.org/trunk@35325 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
dfc2412be1
commit
56c81005fe
@ -1,7 +1,12 @@
|
|||||||
<?php
|
<?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.
|
* This file is not included anywhere. It exists solely for use by xgettext.
|
||||||
|
*
|
||||||
|
* @package WordPress
|
||||||
|
* @subpackage i18n
|
||||||
|
* @since 2.8.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
__('Africa', 'continents-cities');
|
__('Africa', 'continents-cities');
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.4-alpha-35358';
|
$wp_version = '4.4-alpha-35359';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user