Changeset 56515 for trunk/src/wp-admin/plugins.php
- Timestamp:
- 09/05/2023 07:24:31 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/plugins.php
r55414 r56515 548 548 '<p>' . sprintf( 549 549 /* translators: %s: WordPress Plugin Directory URL. */ 550 __( 'If you would like to see more plugins to choose from, click on the “Add New ” button and you will be able to browse or search for additional plugins from the <a href="%s">WordPress Plugin Directory</a>. Plugins in the WordPress Plugin Directory are designed and developed by third parties, and are compatible with the license WordPress uses. Oh, and they’re free!' ),550 __( 'If you would like to see more plugins to choose from, click on the “Add New Plugin” button and you will be able to browse or search for additional plugins from the <a href="%s">WordPress Plugin Directory</a>. Plugins in the WordPress Plugin Directory are designed and developed by third parties, and are compatible with the license WordPress uses. Oh, and they’re free!' ), 551 551 __( 'https://wordpress.org/plugins/' ) 552 552 ) . '</p>', … … 727 727 if ( ( ! is_multisite() || is_network_admin() ) && current_user_can( 'install_plugins' ) ) { 728 728 ?> 729 <a href="<?php echo esc_url( self_admin_url( 'plugin-install.php' ) ); ?>" class="page-title-action"><?php echo esc_html_ x( 'Add New', 'plugin' ); ?></a>729 <a href="<?php echo esc_url( self_admin_url( 'plugin-install.php' ) ); ?>" class="page-title-action"><?php echo esc_html__( 'Add New Plugin' ); ?></a> 730 730 <?php 731 731 }
Note: See TracChangeset
for help on using the changeset viewer.