Fix some malformed doc blocks in Custom_Image_Header
.
See #32444. git-svn-id: https://develop.svn.wordpress.org/trunk@32735 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
6b48cb1205
commit
9bb0d08c14
@ -926,7 +926,7 @@ wp_nonce_field( 'custom-header-options', '_wpnonce-custom-header-options' ); ?>
|
||||
* @since 3.4.0
|
||||
*
|
||||
* @param array $form_fields
|
||||
* @return $form_fields
|
||||
* @return array $form_fields
|
||||
*/
|
||||
public function attachment_fields_to_edit( $form_fields ) {
|
||||
return $form_fields;
|
||||
@ -938,7 +938,7 @@ wp_nonce_field( 'custom-header-options', '_wpnonce-custom-header-options' ); ?>
|
||||
* @since 3.4.0
|
||||
*
|
||||
* @param array $tabs
|
||||
* @return $tabs
|
||||
* @return array $tabs
|
||||
*/
|
||||
public function filter_upload_tabs( $tabs ) {
|
||||
return $tabs;
|
||||
|
Loading…
Reference in New Issue
Block a user