From ac0c1a2a77d55ac009eda9163f2cb288e20975ac Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Wed, 13 Apr 2011 11:50:27 +0000 Subject: [PATCH] Clarify the return value of get_page_templates(). props kovshenin. git-svn-id: https://develop.svn.wordpress.org/trunk@17633 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/includes/theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/includes/theme.php b/wp-admin/includes/theme.php index db4d91bdea..3cdb1e02c5 100644 --- a/wp-admin/includes/theme.php +++ b/wp-admin/includes/theme.php @@ -163,7 +163,7 @@ function get_allowed_themes() { * * @since 1.5.0 * - * @return array Key is template name, Value is template name + * @return array Key is the template name, value is the filename of the template */ function get_page_templates() { $themes = get_themes();