diff --git a/wp-admin/includes/file.php b/wp-admin/includes/file.php index c453765213..dbc9055360 100644 --- a/wp-admin/includes/file.php +++ b/wp-admin/includes/file.php @@ -17,8 +17,8 @@ $wp_file_descriptions = array( 'rtl.css' => __( 'RTL Stylesheet' ), 'comments.php' => __( 'Comments' ), 'comments-popup.php' => __( 'Popup Comments' ), - 'footer.php' => __( 'Footer' ), - 'header.php' => __( 'Header' ), + 'footer.php' => __( 'Theme Footer' ), + 'header.php' => __( 'Theme Header' ), 'sidebar.php' => __( 'Sidebar' ), 'archive.php' => __( 'Archives' ), 'author.php' => __( 'Author Template' ), diff --git a/wp-includes/version.php b/wp-includes/version.php index b1cf7bff45..a538596084 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34289'; +$wp_version = '4.4-alpha-34290'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.