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:
Drew Jaynes
2016-07-09 13:59:16 +00:00
parent c717040925
commit ea78fbdcdb
6 changed files with 11 additions and 11 deletions

View File

@@ -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() ) {