File tree Expand file tree Collapse file tree
src/wp-content/themes/twentysixteen Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727
2828/**
2929 * Twenty Sixteen only works in WordPress 4.4 or later.
30+ *
31+ * @global string $wp_version The WordPress version string.
3032 */
3133if ( version_compare ( $ GLOBALS ['wp_version ' ], '4.4-alpha ' , '< ' ) ) {
3234 require get_template_directory () . '/inc/back-compat.php ' ;
4345 * Create your own twentysixteen_setup() function to override in a child theme.
4446 *
4547 * @since Twenty Sixteen 1.0
48+ *
49+ * @global string $wp_version The WordPress version string.
4650 */
4751 function twentysixteen_setup () {
4852 /*
@@ -241,9 +245,9 @@ function twentysixteen_setup() {
241245 *
242246 * Priority 0 to make it available to lower priority callbacks.
243247 *
244- * @global int $content_width
245- *
246248 * @since Twenty Sixteen 1.0
249+ *
250+ * @global int $content_width Content width.
247251 */
248252function twentysixteen_content_width () {
249253 /**
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ function twentysixteen_switch_theme() {
3535 *
3636 * @since Twenty Sixteen 1.0
3737 *
38- * @global string $wp_version WordPress version.
38+ * @global string $wp_version The WordPress version string .
3939 */
4040function twentysixteen_upgrade_notice () {
4141 printf (
@@ -53,7 +53,7 @@ function twentysixteen_upgrade_notice() {
5353 *
5454 * @since Twenty Sixteen 1.0
5555 *
56- * @global string $wp_version WordPress version.
56+ * @global string $wp_version The WordPress version string .
5757 */
5858function twentysixteen_customize () {
5959 wp_die (
@@ -75,7 +75,7 @@ function twentysixteen_customize() {
7575 *
7676 * @since Twenty Sixteen 1.0
7777 *
78- * @global string $wp_version WordPress version.
78+ * @global string $wp_version The WordPress version string .
7979 */
8080function twentysixteen_preview () {
8181 if ( isset ( $ _GET ['preview ' ] ) ) {
You can’t perform that action at this time.
0 commit comments