Skip to content

Commit

Permalink
fixed my broken code
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredharbour committed Mar 4, 2013
1 parent 5c5c8c1 commit c28dc47
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
**/
define('PARENT_THEME_NAME', 'Espresso');
define('PARENT_THEME_VERSION', '1.0.7');
define('PARENT_THEME_VERSION', '1.0.8');
define('PARENT_THEME_RELEASE_DATE', date_i18n('F j, Y', '1297144800'));
define('ESPRESSO_NO_CLASS', 'enoclass' );
/**
Expand Down
11 changes: 1 addition & 10 deletions hopper/grinder/beans/espresso-updates.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,4 @@ function espresso_clear_update_transient() {
delete_transient('espresso-update');
remove_action('admin_notices', 'espresso_update_admin');

}


/**
* Bean Name: Espresso Updates
* Bean Description: Auto Updates Espresso from themebrewers.com when a new version shows up.
*/
/**
* Remove bean code file no longer needed as updates now come from wp.org
*/
}
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://themebrewers.com/
Description: Espresso is a light weight, high powered Framework for WordPress. It is recommended that you not modify the stylesheets for this theme.
Author: ThemeBrewers.com
Author URI: http://themebrewers.com
Version: 1.0.7
Version: 1.0.8
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar,custom-background,custom-colors,custom-header,custom-menu
Expand Down

0 comments on commit c28dc47

Please sign in to comment.