Skip to content

Commit

Permalink
modified: changelog.txt
Browse files Browse the repository at this point in the history
	modified:   functions.php
	modified:   style.css
  • Loading branch information
tenman committed Jan 6, 2015
1 parent 3c47011 commit f56e028
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion changelog.txt
@@ -1,6 +1,18 @@
Changelog -----------------------------------
version:1.265
version:1.266

Overview of Changes
Fixed default header image height issue
$raindrops_custom_header_args height value change from 266 to 573

Files Modified
modified: functions.php

Description of Code Changes
functions.php line:481
----------------------------------------------
Changelog -----------------------------------
version:1.265

Overview of Changes
raindrops pinup widget can use google web font.
Expand Down
2 changes: 1 addition & 1 deletion functions.php
Expand Up @@ -478,7 +478,7 @@ public function prepare_theme_editor( $screen, $tab ) {
$raindrops_custom_header_args = array( 'default-text-color' => 'bbbbbb',
'width' => apply_filters( 'raindrops_header_image_width', '1280' ),
'flex-width' => true,
'height' => apply_filters( 'raindrops_header_image_height', '266' ),
'height' => apply_filters( 'raindrops_header_image_height', '573' ),
'flex-height' => true,
'header-text' => true,
'default-image' => '%1$s/images/headers/wp3.jpg',
Expand Down
2 changes: 1 addition & 1 deletion style.css
Expand Up @@ -4,7 +4,7 @@ Theme URI: http://www.tenman.info/wp3/raindrops/
Description: This theme can change freely fonts,layout,color scheme and header image for each post,page. The google fonts, you can use freely in the post more than 90percent of the fonts.Color scheme and layout, you can freely change from theme customizer.For more updates, please make sure to open the link of the changelog from the help tab of this theme page.Add new post, so also to help tab of edit post page has been described how to use tips, please visit
Author: Tenman
Author URI: http://www.tenman.info/wp3/
Version: 1.265
Version: 1.266
Tags: black, blue, gray, brown, green, orange, pink, purple, red, silver, tan, white, yellow, dark, light, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-colors, custom-header, custom-background, custom-menu, editor-style, theme-options, threaded-comments, sticky-post, translation-ready, post-formats, featured-images, full-width-template, fixed-layout, fluid-layout, responsive-layout
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down

0 comments on commit f56e028

Please sign in to comment.