| 112 | | <?php } elseif ( isset($wp_registered_sidebars) && count( (array) $wp_registered_sidebars ) && current_user_can('edit_theme_options') ) { ?> |
| 113 | | <div id="message2" class="updated"><p><?php printf( __('New theme activated. This theme supports widgets, please visit the <a href="%s">widgets settings</a> screen to configure them.'), admin_url( 'widgets.php' ) ); ?></p></div><?php |
| 114 | | } else { ?> |
| 115 | | <div id="message2" class="updated"><p><?php printf( __( 'New theme activated. <a href="%s">Visit site</a>' ), home_url( '/' ) ); ?></p></div><?php |
| | 112 | <?php } else { ?> |
| | 113 | <div id="message2" class="updated"><p><?php printf( __( 'New theme activated. <a href="%s">Visit site</a>.' ), home_url( '/' ) ); ?></p></div><?php |