]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/themes/twentythirteen/inc/back-compat.php
WordPress 3.9
[autoinstalls/wordpress.git] / wp-content / themes / twentythirteen / inc / back-compat.php
index b08813ca10d70727e16a8520f2c3775147ebd234..329bcaa933348e5a66a4b2138dee1614e55ffdb3 100644 (file)
@@ -17,8 +17,6 @@
  * Switches to the default theme.
  *
  * @since Twenty Thirteen 1.0
- *
- * @return void
  */
 function twentythirteen_switch_theme() {
        switch_theme( WP_DEFAULT_THEME, WP_DEFAULT_THEME );
@@ -34,8 +32,6 @@ add_action( 'after_switch_theme', 'twentythirteen_switch_theme' );
  * Twenty Thirteen on WordPress versions prior to 3.6.
  *
  * @since Twenty Thirteen 1.0
- *
- * @return void
  */
 function twentythirteen_upgrade_notice() {
        $message = sprintf( __( 'Twenty Thirteen requires at least WordPress version 3.6. You are running version %s. Please upgrade and try again.', 'twentythirteen' ), $GLOBALS['wp_version'] );
@@ -46,8 +42,6 @@ function twentythirteen_upgrade_notice() {
  * Prevent the Theme Customizer from being loaded on WordPress versions prior to 3.6.
  *
  * @since Twenty Thirteen 1.0
- *
- * @return void
  */
 function twentythirteen_customize() {
        wp_die( sprintf( __( 'Twenty Thirteen requires at least WordPress version 3.6. You are running version %s. Please upgrade and try again.', 'twentythirteen' ), $GLOBALS['wp_version'] ), '', array(
@@ -60,8 +54,6 @@ add_action( 'load-customize.php', 'twentythirteen_customize' );
  * Prevent the Theme Preview from being loaded on WordPress versions prior to 3.4.
  *
  * @since Twenty Thirteen 1.0
- *
- * @return void
  */
 function twentythirteen_preview() {
        if ( isset( $_GET['preview'] ) ) {