Make WordPress Core


Ignore:
Timestamp:
11/25/2025 05:00:39 AM (2 months ago)
Author:
westonruter
Message:

Bundled Themes: Add missing @return tags and descriptions.

Developed in https://github.com/WordPress/wordpress-develop/pull/10533

Props huzaifaalmesbah, sabernhardt, palak678, westonruter.
See #64224.
Fixes #64277.

File:
1 edited

Legend:

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

    r61109 r61302  
    335335     * @since Twenty Sixteen 2.9 Replaced Google URL with self-hosted fonts.
    336336     *
    337      * @return string Fonts URL for the theme.
     337     * @return string Font stylesheet URL or empty string if disabled.
    338338     */
    339339    function twentysixteen_fonts_url() {
Note: See TracChangeset for help on using the changeset viewer.