- Timestamp:
- 07/31/2025 10:47:24 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-plugin-install-list-table.php
r60216 r60528 340 340 341 341 $this->screen->render_screen_reader_content( 'heading_views' ); 342 343 printf( 344 /* translators: %s: https://wordpress.org/plugins/ */ 345 '<p>' . __( 'Plugins extend and expand the functionality of WordPress. You may install plugins from the <a href="%s">WordPress Plugin Directory</a> right on this page, or upload a plugin in .zip format by clicking the button above.' ) . '</p>', 346 __( 'https://wordpress.org/plugins/' ) 347 ); 342 348 ?> 343 349 <div class="wp-filter">
Note: See TracChangeset
for help on using the changeset viewer.