Skip to content

Commit

Permalink
Fixed customizr.php bug: Accidentally changed line #15 of customizer.…
Browse files Browse the repository at this point in the history
…php breaking postMessage support for blogDescription
  • Loading branch information
ScottSmith95 committed Aug 5, 2013
1 parent cf2f490 commit d3e19ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inc/customizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
function decode_customize_register( $wp_customize ) {
$wp_customize->get_setting( 'blogname' )->transport = 'postMessage';
$wp_customize->get_setting( 'bl/Volumes/Macintosh%20HD/Users/Scott/Dropbox/Documents/Web/Decode/Decode%202.4/inc/customizer.phpogdescription' )->transport = 'postMessage';
$wp_customize->get_setting( 'blogdescription' )->transport = 'postMessage';
$wp_customize->get_setting( 'header_textcolor' )->transport = 'postMessage';


Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Theme URI: http://ScottHSmith.com/projects/decode/
Author: Scott Smith
Author URI: http://ScottHSmith.com/
Description: A minimal, modern theme, designed to be mobile first and very responsive, Decode features the ability to change all the colors in the theme, an elegant sidebar conveniently accessed by tapping on the menu icon. The sidebar can hold any number of widgets you choose and you can choose to have the sidebar or the menu icon to be on the left or right side of the page. You can also disable the sidebar and comment links if you choose. Decode supports link posts, where the title can be hyperlinked. Decode includes custom social icons in the header that you can easily link to your Twitter, App.net, Facebook, or Google+ profile. Lastly, Decode is also built alongside a companion plugin that adds a sleek reply tool that lets readers send you a reply about the post using Twitter or App.net. More info here: http://scotthsmith.com/projects/decode/.
Version: 2.5
Version: 2.5.1
License: GNU General Public License
License URI: license.txt
Tags: one-column, left-sidebar, right-sidebar, light, flexible-width, custom-background, custom-header, editor-style, featured-images, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments
Expand Down

0 comments on commit d3e19ea

Please sign in to comment.