' . __('ERROR: This theme is currently not available. Please try again later.') . '
' . __('Warning: This theme has not been tested with your current version of WordPress.') . '
' . __('Warning: This theme has not been marked as compatible with your version of WordPress.') . '
author); ?>
version); ?>
' . __('Cancel') . ' '; switch ( $type ) { default: case 'install': if ( current_user_can('install_themes') ) : $buttons .= '' . __('Install Now') . ''; endif; break; case 'update_available': if ( current_user_can('update_themes') ) : $buttons .= '' . __('Install Update Now') . ''; endif; break; case 'newer_installed': if ( current_user_can('install_themes') || current_user_can('update_themes') ) : ?>