From 6b48cb12053022357a349a1fcff1c4f3a039fab2 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Fri, 12 Jun 2015 18:24:10 +0000 Subject: [PATCH] Fix some malformed doc blocks in `Custom_Background`. See #32444. git-svn-id: https://develop.svn.wordpress.org/trunk@32734 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/custom-background.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/wp-admin/custom-background.php b/src/wp-admin/custom-background.php index b9e078d1ef..73855e5170 100644 --- a/src/wp-admin/custom-background.php +++ b/src/wp-admin/custom-background.php @@ -434,7 +434,7 @@ if ( current_theme_supports( 'custom-background', 'default-color' ) ) * @deprecated 3.5.0 * * @param array $form_fields - * @return $form_fields + * @return array $form_fields */ public function attachment_fields_to_edit( $form_fields ) { return $form_fields; @@ -445,8 +445,8 @@ if ( current_theme_supports( 'custom-background', 'default-color' ) ) * @since 3.4.0 * @deprecated 3.5.0 * - * @param $tabs - * @return $tabs + * @param array $tabs + * @return array $tabs */ public function filter_upload_tabs( $tabs ) { return $tabs;