File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -366,7 +366,7 @@ function twentyfifteen_widgets_init() {
366366 * @since Twenty Fifteen 1.0
367367 * @since Twenty Fifteen 3.4 Replaced Google URL with self-hosted fonts.
368368 *
369- * @return string Fonts URL for the theme .
369+ * @return string Font stylesheet or empty string if disabled .
370370 */
371371 function twentyfifteen_fonts_url () {
372372 $ fonts_url = '' ;
Original file line number Diff line number Diff line change @@ -315,7 +315,7 @@ function twentyfourteen_widgets_init() {
315315 * @since Twenty Fourteen 1.0
316316 * @since Twenty Fourteen 3.6 Replaced Google URL with self-hosted fonts.
317317 *
318- * @return string Fonts URL for the theme .
318+ * @return string Font stylesheet or empty string if disabled .
319319 */
320320 function twentyfourteen_font_url () {
321321 $ font_url = '' ;
Original file line number Diff line number Diff line change @@ -289,7 +289,7 @@ function twentyseventeen_content_width() {
289289 * @since Twenty Seventeen 1.0
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 or empty string if disabled .
293293 */
294294 function twentyseventeen_fonts_url () {
295295 $ fonts_url = '' ;
Original file line number Diff line number Diff line change @@ -334,7 +334,7 @@ function twentysixteen_widgets_init() {
334334 * @since Twenty Sixteen 1.0
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 or empty string if disabled .
338338 */
339339 function twentysixteen_fonts_url () {
340340 $ fonts_url = '' ;
You can’t perform that action at this time.
0 commit comments