From 9cf86e849412f5754713523ffbb668e67d7e86b2 Mon Sep 17 00:00:00 2001 From: Shiva Poudel Date: Sat, 22 Aug 2015 02:57:03 +0545 Subject: [PATCH] Cleanup docblocks --- includes/admin/class-wc-admin-post-types.php | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/includes/admin/class-wc-admin-post-types.php b/includes/admin/class-wc-admin-post-types.php index 3783f2990b2..fcbe434dbf7 100644 --- a/includes/admin/class-wc-admin-post-types.php +++ b/includes/admin/class-wc-admin-post-types.php @@ -2037,7 +2037,6 @@ class WC_Admin_Post_Types { /** * Change title boxes in admin. - * * @param string $text * @param object $post * @return string @@ -2056,11 +2055,10 @@ class WC_Admin_Post_Types { } /** - * Print coupon description textarea field - * + * Print coupon description textarea field. * @param WP_Post $post */ - public function edit_form_after_title( $post ) { + public function edit_form_after_title( $post ) { if ( 'shop_coupon' === $post->post_type ) { ?> @@ -2070,8 +2068,7 @@ class WC_Admin_Post_Types { /** * Change label for insert buttons. - * - * @param array $strings + * @param array $strings * @return array */ public function change_insert_into_post( $strings ) {