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 Font stylesheet or empty string if disabled.
369+ * @return string Font stylesheet URL 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 Font stylesheet or empty string if disabled.
318+ * @return string Font stylesheet URL 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 Font stylesheet or empty string if disabled.
292+ * @return string Font stylesheet URL 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 Font stylesheet or empty string if disabled.
337+ * @return string Font stylesheet URL or empty string if disabled.
338338 */
339339 function twentysixteen_fonts_url () {
340340 $ fonts_url = '' ;
Original file line number Diff line number Diff line change @@ -270,7 +270,7 @@ function twentythirteen_setup() {
270270 * @since Twenty Thirteen 1.0
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 () {
276276 $ fonts_url = '' ;
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ function twentytwelve_register_block_patterns() {
160160 * @since Twenty Twelve 1.2
161161 * @since Twenty Twelve 3.9 Replaced Google URL with self-hosted font.
162162 *
163- * @return string Font stylesheet or empty string if disabled.
163+ * @return string Font stylesheet URL or empty string if disabled.
164164 */
165165 function twentytwelve_get_font_url () {
166166 $ font_url = '' ;
You can’t perform that action at this time.
0 commit comments