From f6b1952e9a7846f4488a1461a4f2703e04b2381a Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Tue, 22 Sep 2015 14:01:25 +0000 Subject: [PATCH] Docs: Clarify the file header summary for wp-includes/class-walker-category.php, introduced in [34110]. Also clarifies the class DocBlock and tags for `Walker_Category`. See #33413. See #33701. Built from https://develop.svn.wordpress.org/trunk@34416 git-svn-id: http://core.svn.wordpress.org/trunk@34380 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-walker-category.php | 9 +++++---- wp-includes/version.php | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/wp-includes/class-walker-category.php b/wp-includes/class-walker-category.php index ee9f1f6bfe..3bd12054cf 100644 --- a/wp-includes/class-walker-category.php +++ b/wp-includes/class-walker-category.php @@ -1,17 +1,18 @@