mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 09:37:42 +01:00
Link tab=upload when referenced on 'Install Plugins.' fixes #18290.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18481 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
23b9d7759a
commit
3aff9d9464
@ -81,7 +81,7 @@ function install_popular_tags( $args = array() ) {
|
|||||||
|
|
||||||
function install_dashboard() {
|
function install_dashboard() {
|
||||||
?>
|
?>
|
||||||
<p><?php _e('Plugins extend and expand the functionality of WordPress. You may automatically install plugins from the <a href="http://wordpress.org/extend/plugins/">WordPress Plugin Directory</a> or upload a plugin in .zip format via this page.') ?></p>
|
<p><?php printf( __( 'Plugins extend and expand the functionality of WordPress. You may automatically install plugins from the <a href="http://wordpress.org/extend/plugins/">WordPress Plugin Directory</a> or upload a plugin in .zip format via <a href="%s">this page</a>.' ), self_admin_url( 'plugin-install.php?tab=upload' ) ); ?></p>
|
||||||
|
|
||||||
<h4><?php _e('Search') ?></h4>
|
<h4><?php _e('Search') ?></h4>
|
||||||
<p class="install-help"><?php _e('Search for plugins by keyword, author, or tag.') ?></p>
|
<p class="install-help"><?php _e('Search for plugins by keyword, author, or tag.') ?></p>
|
||||||
|
Loading…
Reference in New Issue
Block a user