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

    r61109 r61302  
    316316     * @since Twenty Fourteen 3.6 Replaced Google URL with self-hosted fonts.
    317317     *
    318      * @return string
     318     * @return string Font stylesheet URL or empty string if disabled.
    319319     */
    320320    function twentyfourteen_font_url() {
     
    756756 *
    757757 * @global WP_Customize_Manager $wp_customize Customizer object.
     758 *
     759 * @return bool Whether the site is being previewed in the Customizer.
    758760 */
    759761if ( ! function_exists( 'is_customize_preview' ) ) :
Note: See TracChangeset for help on using the changeset viewer.