mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
Docs: Fix minor formatting and syntax for wp-admin/* elements introduced in 4.6.
See #37318. git-svn-id: https://develop.svn.wordpress.org/trunk@38024 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1035,11 +1035,11 @@ jQuery(document).ready( function($) {
|
||||
* @since 4.6.0
|
||||
*
|
||||
* @param $args {
|
||||
* Optional. Array or string of Query parameters.
|
||||
* Optional. Array or string of Query parameters. Default empty array.
|
||||
*
|
||||
* @type int $blog_id The site ID. Default is the current site.
|
||||
* @type array $links The tabs to include with (label|url|cap) keys.
|
||||
* @type string $selected The ID of the selected link.
|
||||
* @type int $blog_id The site ID. Default is the current site.
|
||||
* @type array $links The tabs to include with (label|url|cap) keys.
|
||||
* @type string $selected The ID of the selected link.
|
||||
* }
|
||||
*/
|
||||
function network_edit_site_nav( $args = array() ) {
|
||||
|
||||
Reference in New Issue
Block a user