From 1cb39b180f8c1f20447e25c832e2286584e97d9b Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Fri, 16 Oct 2015 16:56:26 +0000 Subject: [PATCH] Docs: Standardize the file header summary for wp-admin/includes/file.php. Also adds an `@since` version and corrects the `@subpackage` value. See #33701. Built from https://develop.svn.wordpress.org/trunk@35221 git-svn-id: http://core.svn.wordpress.org/trunk@35187 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/file.php | 5 ++++- wp-includes/version.php | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/file.php b/wp-admin/includes/file.php index 6fa47806db..45d7715765 100644 --- a/wp-admin/includes/file.php +++ b/wp-admin/includes/file.php @@ -1,11 +1,14 @@