Docs: Standardize file header summary for wp-admin/includes/ajax-actions.php.

See #33701.

[ci skip]

Built from https://develop.svn.wordpress.org/trunk@35168


git-svn-id: http://core.svn.wordpress.org/trunk@35134 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2015-10-14 22:49:24 +00:00
parent c3ee28ea06
commit c78ee60edd
2 changed files with 3 additions and 2 deletions

View File

@ -1,9 +1,10 @@
<?php
/**
* WordPress Core Ajax Handlers.
* Administration API: Core Ajax handlers
*
* @package WordPress
* @subpackage Administration
* @since 2.1.0
*/
//

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-alpha-35167';
$wp_version = '4.4-alpha-35168';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.