mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user