Docs: Standardize file header summary for wp-includes/class-wp-metadata-lazyloader.php.
See [36897]. See #35986. Built from https://develop.svn.wordpress.org/trunk@36899 git-svn-id: http://core.svn.wordpress.org/trunk@36867 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e7bea9ba6e
commit
feb3c20d12
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
/**
|
||||
* Lazy-loader for WordPress object metadata
|
||||
* Meta API: WP_Metadata_Lazyloader class
|
||||
*
|
||||
* @package WordPress
|
||||
* @subpackage Meta
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.5-beta2-36898';
|
||||
$wp_version = '4.5-beta2-36899';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue