Cleanup docblocks

This commit is contained in:
Shiva Poudel 2015-08-22 02:57:03 +05:45
parent 4018ca4ed3
commit 9cf86e8494
1 changed files with 3 additions and 6 deletions

View File

@ -2037,7 +2037,6 @@ class WC_Admin_Post_Types {
/** /**
* Change title boxes in admin. * Change title boxes in admin.
*
* @param string $text * @param string $text
* @param object $post * @param object $post
* @return string * @return string
@ -2056,8 +2055,7 @@ class WC_Admin_Post_Types {
} }
/** /**
* Print coupon description textarea field * Print coupon description textarea field.
*
* @param WP_Post $post * @param WP_Post $post
*/ */
public function edit_form_after_title( $post ) { public function edit_form_after_title( $post ) {
@ -2070,7 +2068,6 @@ class WC_Admin_Post_Types {
/** /**
* Change label for insert buttons. * Change label for insert buttons.
*
* @param array $strings * @param array $strings
* @return array * @return array
*/ */