Make WordPress Core


Ignore:
Timestamp:
03/25/2018 06:09:56 PM (7 years ago)
Author:
johnbillion
Message:

Docs: Document more parameters and properties using typed array notation.

See #41756

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/network/settings.php

    r42827 r42875  
    451451             * @since MU (3.0.0)
    452452             *
    453              * @param array $admin_menus The menu items available.
     453             * @param string[] $admin_menus Associative array of the menu items available.
    454454             */
    455455            $menu_items   = apply_filters( 'mu_menu_items', array( 'plugins' => __( 'Plugins' ) ) );
Note: See TracChangeset for help on using the changeset viewer.