Make WordPress Core


Ignore:
Timestamp:
06/20/2020 07:22:31 AM (4 years ago)
Author:
johnbillion
Message:

Docs: Fix some documentation errors in bundled themes.

See #49572.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentysixteen/functions.php

    r47122 r48101  
    239239 * @since Twenty Sixteen 1.6
    240240 *
    241  * @param array  $urls           URLs to print for resource hints.
    242  * @param string $relation_type  The relation type the URLs are printed.
    243  * @return array $urls           URLs to print for resource hints.
     241 * @param array  $urls          URLs to print for resource hints.
     242 * @param string $relation_type The relation type the URLs are printed.
     243 * @return array URLs to print for resource hints.
    244244 */
    245245function twentysixteen_resource_hints( $urls, $relation_type ) {
Note: See TracChangeset for help on using the changeset viewer.