Merge pull request #484 from weslly/master

Fix #479 - Use wp_get_theme() to get the theme name on activation
This commit is contained in:
Scott Walkinshaw
2012-06-17 10:17:23 -07:00

View File

@@ -69,7 +69,7 @@ function roots_theme_activation_options_render_page() { ?>
<div class="wrap">
<?php screen_icon(); ?>
<h2><?php printf(__('%s Theme Activation', 'roots'), get_current_theme()); ?></h2>
<h2><?php printf(__('%s Theme Activation', 'roots'), wp_get_theme() ); ?></h2>
<?php settings_errors(); ?>
<form method="post" action="options.php">