Make WordPress Core


Ignore:
Timestamp:
11/25/2025 05:00:39 AM (3 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/twentyseventeen/functions.php

    r60966 r61302  
    290290     * @since Twenty Seventeen 3.2 Replaced Google URL with self-hosted fonts.
    291291     *
    292      * @return string Fonts URL for the theme.
     292     * @return string Font stylesheet URL or empty string if disabled.
    293293     */
    294294    function twentyseventeen_fonts_url() {
     
    682682     * Added for backward compatibility to support pre-6.0.0 WordPress versions.
    683683     *
    684      * @since 6.0.0
     684     * @since Twenty Seventeen 3.0
     685     *
     686     * @return string Locale-specific list item separator.
    685687     */
    686688    function wp_get_list_item_separator() {
Note: See TracChangeset for help on using the changeset viewer.