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

    r61109 r61302  
    271271     * @since Twenty Thirteen 3.8 Replaced Google URL with self-hosted fonts.
    272272     *
    273      * @return string Font stylesheet or empty string if disabled.
     273     * @return string Font stylesheet URL or empty string if disabled.
    274274     */
    275275    function twentythirteen_fonts_url() {
     
    474474     * Added for backward compatibility to support pre-6.0.0 WordPress versions.
    475475     *
    476      * @since 6.0.0
     476     * @since Twenty Thirteen 3.7
     477     *
     478     * @return string Locale-specific list item separator.
    477479     */
    478480    function wp_get_list_item_separator() {
Note: See TracChangeset for help on using the changeset viewer.