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:
Drew Jaynes 2015-10-22 19:43:25 +00:00
parent dfc2412be1
commit 56c81005fe
2 changed files with 8 additions and 3 deletions

View File

@ -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');

View File

@ -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.