Fix some malformed doc blocks in `Custom_Image_Header`.

See #32444.

Built from https://develop.svn.wordpress.org/trunk@32735


git-svn-id: http://core.svn.wordpress.org/trunk@32706 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor 2015-06-12 18:35:26 +00:00
parent ab66fc95bc
commit 55b3ec92f4
2 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.3-alpha-32734';
$wp_version = '4.3-alpha-32735';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.