diff --git a/wp-content/themes/twentyeleven/footer.php b/wp-content/themes/twentyeleven/footer.php index 54e7c42aa1..27bbf11e49 100644 --- a/wp-content/themes/twentyeleven/footer.php +++ b/wp-content/themes/twentyeleven/footer.php @@ -25,7 +25,7 @@
- +
diff --git a/wp-content/themes/twentyeleven/inc/theme-options.php b/wp-content/themes/twentyeleven/inc/theme-options.php index e9078b7cfe..fd144b65fc 100644 --- a/wp-content/themes/twentyeleven/inc/theme-options.php +++ b/wp-content/themes/twentyeleven/inc/theme-options.php @@ -118,7 +118,7 @@ function twentyeleven_theme_options_help() { $sidebar = '

' . __( 'For more information:', 'twentyeleven' ) . '

' . '

' . __( 'Documentation on Theme Options', 'twentyeleven' ) . '

' . - '

' . __( 'Support Forums', 'twentyeleven' ) . '

'; + '

' . __( 'Support Forums', 'twentyeleven' ) . '

'; $screen = get_current_screen(); diff --git a/wp-content/themes/twentyfourteen/footer.php b/wp-content/themes/twentyfourteen/footer.php index b297a2e98a..519e1288e3 100644 --- a/wp-content/themes/twentyfourteen/footer.php +++ b/wp-content/themes/twentyfourteen/footer.php @@ -18,7 +18,7 @@
- +
diff --git a/wp-content/themes/twentyten/footer.php b/wp-content/themes/twentyten/footer.php index 90368af364..5d2018ad17 100644 --- a/wp-content/themes/twentyten/footer.php +++ b/wp-content/themes/twentyten/footer.php @@ -37,7 +37,7 @@ * @since Twenty Ten 1.0 */ do_action( 'twentyten_credits' ); ?> - + diff --git a/wp-content/themes/twentythirteen/footer.php b/wp-content/themes/twentythirteen/footer.php index 725251c4f4..6dc4f94b3b 100644 --- a/wp-content/themes/twentythirteen/footer.php +++ b/wp-content/themes/twentythirteen/footer.php @@ -16,7 +16,7 @@
- +
diff --git a/wp-content/themes/twentytwelve/footer.php b/wp-content/themes/twentytwelve/footer.php index 79848d3424..fe31e596d9 100644 --- a/wp-content/themes/twentytwelve/footer.php +++ b/wp-content/themes/twentytwelve/footer.php @@ -13,7 +13,7 @@ diff --git a/wp-includes/version.php b/wp-includes/version.php index e5806856ef..c6c1a545b0 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-alpha-32310'; +$wp_version = '4.3-alpha-32314'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.