- Timestamp:
- 11/25/2025 05:00:39 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/functions.php
r61109 r61302 316 316 * @since Twenty Fourteen 3.6 Replaced Google URL with self-hosted fonts. 317 317 * 318 * @return string 318 * @return string Font stylesheet URL or empty string if disabled. 319 319 */ 320 320 function twentyfourteen_font_url() { … … 756 756 * 757 757 * @global WP_Customize_Manager $wp_customize Customizer object. 758 * 759 * @return bool Whether the site is being previewed in the Customizer. 758 760 */ 759 761 if ( ! function_exists( 'is_customize_preview' ) ) :
Note: See TracChangeset
for help on using the changeset viewer.