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:
Drew Jaynes 2016-03-09 16:59:27 +00:00
parent e7bea9ba6e
commit feb3c20d12
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<?php
/**
* Lazy-loader for WordPress object metadata
* Meta API: WP_Metadata_Lazyloader class
*
* @package WordPress
* @subpackage Meta

View File

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