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/twentyseventeen/functions.php

    r48067 r48101  
    312312 * @since Twenty Seventeen 1.0
    313313 *
    314  * @param array  $urls           URLs to print for resource hints.
    315  * @param string $relation_type  The relation type the URLs are printed.
    316  * @return array $urls           URLs to print for resource hints.
     314 * @param array  $urls          URLs to print for resource hints.
     315 * @param string $relation_type The relation type the URLs are printed.
     316 * @return array URLs to print for resource hints.
    317317 */
    318318function twentyseventeen_resource_hints( $urls, $relation_type ) {
Note: See TracChangeset for help on using the changeset viewer.