Make WordPress Core


Ignore:
Timestamp:
06/12/2015 06:34:49 PM (11 years ago)
Author:
wonderboymusic
Message:

Fix some malformed doc blocks in Custom_Image_Header.

See #32444.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/custom-header.php

    r32654 r32735  
    927927         *
    928928         * @param array $form_fields
    929          * @return $form_fields
     929         * @return array $form_fields
    930930         */
    931931        public function attachment_fields_to_edit( $form_fields ) {
     
    939939         *
    940940         * @param array $tabs
    941          * @return $tabs
     941         * @return array $tabs
    942942         */
    943943        public function filter_upload_tabs( $tabs ) {
Note: See TracChangeset for help on using the changeset viewer.