Make WordPress Core

Changeset 32734


Ignore:
Timestamp:
06/12/2015 06:24:10 PM (9 years ago)
Author:
wonderboymusic
Message:

Fix some malformed doc blocks in Custom_Background.

See #32444.

File:
1 edited

Legend:

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

    r32654 r32734  
    435435     *
    436436     * @param array $form_fields
    437      * @return $form_fields
     437     * @return array $form_fields
    438438     */
    439439    public function attachment_fields_to_edit( $form_fields ) {
     
    446446     * @deprecated 3.5.0
    447447     *
    448      * @param $tabs
    449      * @return $tabs
     448     * @param array $tabs
     449     * @return array $tabs
    450450     */
    451451    public function filter_upload_tabs( $tabs ) {
Note: See TracChangeset for help on using the changeset viewer.