(453 . 11)(453 . 6)
6826 ?><a href="<?php echo wp_nonce_url(admin_url('plugin-install.php?tab=install&plugin=' . $api->slug), 'install-plugin_' . $api->slug) ?>" target="_parent"><?php _e('Install Now') ?></a><?php
6827 endif;
6828 break;
6829 case 'update_available':
6830 if ( current_user_can('update_plugins') ) :
6831 ?><a href="<?php echo wp_nonce_url(admin_url('update.php?action=upgrade-plugin&plugin=' . $update_file), 'upgrade-plugin_' . $update_file) ?>" target="_parent"><?php _e('Install Update Now') ?></a><?php
6832 endif;
6833 break;
6834 case 'newer_installed':
6835 if ( current_user_can('install_plugins') || current_user_can('update_plugins') ) :
6836 ?><a><?php printf(__('Newer Version (%s) Installed'), $newer_version) ?></a><?php