From b5820d293499a89961b5d078570e555e552a9c01 Mon Sep 17 00:00:00 2001 From: westi Date: Mon, 24 May 2010 21:26:49 +0000 Subject: [PATCH] phpDoc updates. git-svn-id: http://svn.automattic.com/wordpress/trunk@14858 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/theme.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/wp-includes/theme.php b/wp-includes/theme.php index 89695a79f..b4ccfde8f 100644 --- a/wp-includes/theme.php +++ b/wp-includes/theme.php @@ -1715,8 +1715,12 @@ function require_if_theme_supports( $feature, $include) { } /** - * Checks an attachment, if it's a header or background image. If true remove the theme modification. + * Checks an attachment being deleted to see if it's a header or background image. + * + * If true it removes the theme modification which would be pointing at the deleted + * attachment * + * @access private * @since 3.0.0 * @param int $id the attachment id */