Skip to content

Commit

Permalink
fixed styling issue for return to plugins installer link
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasgriffin committed Oct 18, 2011
1 parent 36c3c6d commit f24ee23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tgm-plugin-activation/class-tgm-plugin-activation.php
Expand Up @@ -425,7 +425,7 @@ protected function do_plugin_install() {

if ( ! is_plugin_active( $plugin['file_path'] ) ) {

echo '<a href="' . add_query_arg( 'page', $this->menu, admin_url( 'themes.php' ) ) . '" title="' . esc_attr( $this->strings['return'] ) . '" target="_parent">' . __( 'Return to Required Plugins Installer', $this->domain ) . '</a>';
echo '<p><a href="' . add_query_arg( 'page', $this->menu, admin_url( 'themes.php' ) ) . '" title="' . esc_attr( $this->strings['return'] ) . '" target="_parent">' . __( 'Return to Required Plugins Installer', $this->domain ) . '</a></p>';
break;

}
Expand Down

0 comments on commit f24ee23

Please sign in to comment.