Make WordPress Core


Ignore:
Timestamp:
07/09/2016 01:59:16 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Fix minor formatting and syntax for wp-admin/* elements introduced in 4.6.

See #37318.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/ms.php

    r37985 r38024  
    10361036 *
    10371037 * @param $args {
    1038  *     Optional. Array or string of Query parameters.
    1039  *
    1040  *     @type int     $blog_id   The site ID. Default is the current site.
    1041  *     @type array   $links     The tabs to include with (label|url|cap) keys.
    1042  *     @type string  $selected The ID of the selected link.
     1038 *     Optional. Array or string of Query parameters. Default empty array.
     1039 *
     1040 *     @type int    $blog_id  The site ID. Default is the current site.
     1041 *     @type array  $links    The tabs to include with (label|url|cap) keys.
     1042 *     @type string $selected The ID of the selected link.
    10431043 * }
    10441044 */
Note: See TracChangeset for help on using the changeset viewer.