mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
Docs: Fix formatting, tense, verb conjugation, and other syntax for wp-includes/* elements introduced or changed in 4.6.
Part 1/2. See #37318. git-svn-id: https://develop.svn.wordpress.org/trunk@38121 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -352,7 +352,7 @@ function category_description( $category = 0 ) {
|
||||
* @type string|array $taxonomy Name of the category or categories to retrieve. Default 'category'.
|
||||
* @type bool $hide_if_empty True to skip generating markup if no categories are found.
|
||||
* Default false (create select element even if no categories are found).
|
||||
* @type bool $required Whether the <select> element should have the HTML5 'required' attribute.
|
||||
* @type bool $required Whether the `<select>` element should have the HTML5 'required' attribute.
|
||||
* Default false.
|
||||
* }
|
||||
* @return string HTML content only if 'echo' argument is 0.
|
||||
|
||||
Reference in New Issue
Block a user