Skip to content
This repository has been archived by the owner on Jan 31, 2019. It is now read-only.

single site install issues #9

Open
beck opened this issue Feb 10, 2012 · 1 comment
Open

single site install issues #9

beck opened this issue Feb 10, 2012 · 1 comment
Assignees

Comments

@beck
Copy link
Contributor

beck commented Feb 10, 2012

  • Can't roll back a theme
  • The theme link is using a broken in-window popup instead of a new window linking to github
  • Some styling would be nice to distinguish github vs standard themes
@ghost ghost assigned conover Jul 23, 2012
@scarstens
Copy link

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 );

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants