Changeset 58446
- Timestamp:
- 06/20/2024 03:29:40 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-plugin-install-list-table.php
r58069 r58446 627 627 $incompatible_notice_message .= __( 'This plugin does not work with your version of WordPress.' ); 628 628 if ( current_user_can( 'update_core' ) ) { 629 $incompatible_notice_message .= printf(629 $incompatible_notice_message .= sprintf( 630 630 /* translators: %s: URL to WordPress Updates screen. */ 631 631 ' ' . __( '<a href="%s">Please update WordPress</a>.' ),
Note: See TracChangeset
for help on using the changeset viewer.