Skip to content

Commit 8cc5973

Browse files
committed
[63692] Reverted comments.
1 parent 62b0d63 commit 8cc5973

File tree

12 files changed

+16
-16
lines changed

12 files changed

+16
-16
lines changed

src/wp-content/themes/twentyeleven/functions.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
* @since Twenty Eleven 1.0
4141
*/
4242

43-
// Sets the content width based on the theme's design and stylesheet.
43+
// Set the content width based on the theme's design and stylesheet.
4444
if ( ! isset( $content_width ) ) {
4545
$content_width = 584;
4646
}
@@ -52,7 +52,7 @@
5252

5353
if ( ! function_exists( 'twentyeleven_setup' ) ) :
5454
/**
55-
* Sets up theme defaults and registers support for various WordPress features.
55+
* Set up theme defaults and registers support for various WordPress features.
5656
*
5757
* Note that this function is hooked into the after_setup_theme hook, which runs
5858
* before the init hook. The init hook is too late for some features, such as indicating

src/wp-content/themes/twentyfifteen/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
if ( ! function_exists( 'twentyfifteen_setup' ) ) :
4545
/**
46-
* Sets up theme defaults and registers support for various WordPress features.
46+
* Set up theme defaults and registers support for various WordPress features.
4747
*
4848
* Note that this function is hooked into the after_setup_theme hook, which
4949
* runs before the init hook. The init hook is too late for some features, such

src/wp-content/themes/twentyfourteen/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
/**
4848
* Twenty Fourteen setup.
4949
*
50-
* Sets up theme defaults and registers support for various WordPress features.
50+
* Set up theme defaults and registers support for various WordPress features.
5151
*
5252
* Note that this function is hooked into the after_setup_theme hook, which
5353
* runs before the init hook. The init hook is too late for some features, such

src/wp-content/themes/twentynineteen/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
if ( ! function_exists( 'twentynineteen_setup' ) ) :
2121
/**
22-
* Sets up theme defaults and registers support for various WordPress features.
22+
* Set up theme defaults and registers support for various WordPress features.
2323
*
2424
* Note that this function is hooked into the after_setup_theme hook, which
2525
* runs before the init hook. The init hook is too late for some features, such

src/wp-content/themes/twentynineteen/inc/color-patterns.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ function twentynineteen_custom_colors_css() {
6969

7070
$theme_css = '
7171
/*
72-
* Sets background for:
72+
* Set background for:
7373
* - featured image :before
7474
* - featured image :before
7575
* - post thumbnail :before
@@ -98,7 +98,7 @@ function twentynineteen_custom_colors_css() {
9898
}
9999
100100
/*
101-
* Sets Color for:
101+
* Set Color for:
102102
* - all links
103103
* - main navigation links
104104
* - Post navigation links
@@ -132,7 +132,7 @@ function twentynineteen_custom_colors_css() {
132132
}
133133
134134
/*
135-
* Sets border color for:
135+
* Set border color for:
136136
* wp block quote
137137
* :focus
138138
*/
@@ -208,7 +208,7 @@ function twentynineteen_custom_colors_css() {
208208

209209
$editor_css = '
210210
/*
211-
* Sets colors for:
211+
* Set colors for:
212212
* - links
213213
* - blockquote
214214
* - pullquote (solid color)

src/wp-content/themes/twentynineteen/js/priority-menu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
}
9292

9393
/**
94-
* Sets menu container variable.
94+
* Set menu container variable.
9595
*/
9696
var navContainer = document.querySelector('.main-navigation');
9797
var breaks = [];

src/wp-content/themes/twentyseventeen/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919

2020
/**
21-
* Sets up theme defaults and registers support for various WordPress features.
21+
* Set up theme defaults and registers support for various WordPress features.
2222
*
2323
* Note that this function is hooked into the after_setup_theme hook, which
2424
* runs before the init hook. The init hook is too late for some features, such

src/wp-content/themes/twentysixteen/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
if ( ! function_exists( 'twentysixteen_setup' ) ) :
3636
/**
37-
* Sets up theme defaults and registers support for various WordPress features.
37+
* Set up theme defaults and registers support for various WordPress features.
3838
*
3939
* Note that this function is hooked into the after_setup_theme hook, which
4040
* runs before the init hook. The init hook is too late for some features, such

src/wp-content/themes/twentyten/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555

5656
if ( ! function_exists( 'twentyten_setup' ) ) :
5757
/**
58-
* Sets up theme defaults and registers support for various WordPress features.
58+
* Set up theme defaults and registers support for various WordPress features.
5959
*
6060
* Note that this function is hooked into the after_setup_theme hook, which runs
6161
* before the init hook. The init hook is too late for some features, such as indicating

src/wp-content/themes/twentytwenty/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
*/
2626

2727
/**
28-
* Sets up theme defaults and registers support for various WordPress features.
28+
* Set up theme defaults and registers support for various WordPress features.
2929
*
3030
* Note that this function is hooked into the after_setup_theme hook, which
3131
* runs before the init hook. The init hook is too late for some features, such

0 commit comments

Comments
 (0)