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:
parent
c3ee28ea06
commit
c78ee60edd
|
@ -1,9 +1,10 @@
|
|||
<?php
|
||||
/**
|
||||
* WordPress Core Ajax Handlers.
|
||||
* Administration API: Core Ajax handlers
|
||||
*
|
||||
* @package WordPress
|
||||
* @subpackage Administration
|
||||
* @since 2.1.0
|
||||
*/
|
||||
|
||||
//
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue