Make WordPress Core


Ignore:
Timestamp:
07/20/2016 04:56:21 PM (8 years ago)
Author:
DrewAPicture
Message:

Docs: Fix formatting, tense, verb conjugation, and other syntax for wp-includes/* elements introduced or changed in 4.6.

Part 1/2.

See #37318.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/category-template.php

    r37985 r38121  
    353353 *     @type bool         $hide_if_empty     True to skip generating markup if no categories are found.
    354354 *                                           Default false (create select element even if no categories are found).
    355  *     @type bool         $required          Whether the <select> element should have the HTML5 'required' attribute.
     355 *     @type bool         $required          Whether the `<select>` element should have the HTML5 'required' attribute.
    356356 *                                           Default false.
    357357 * }
Note: See TracChangeset for help on using the changeset viewer.