UCF / Theme-Updater

A theme updater for GitHub hosted Wordpress themes. This Wordpress plugin automatically checks GitHub for theme updates and enables automatic install.
107 stars 35 forks source link

single site install issues #9

Open beck opened 12 years ago

beck commented 12 years ago
scarstens commented 12 years ago

github_theme_update_row() function is not loading properly (for me) which is whats causing the roll back and "broken" popup window. There must be a problem with the following code currently on lines 62-63:

    remove_action( "after_theme_row_" . $theme['Stylesheet'], 'wp_theme_update_row');
    add_action( "after_theme_row_" . $theme['Stylesheet'], 'github_theme_update_row', 11, 2 );