Changeset 53840 for trunk/src/wp-admin/includes/plugin-install.php
- Timestamp:
- 08/05/2022 06:10:04 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/plugin-install.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/plugin-install.php
r53839 r53840 828 828 /* translators: %s: URL to WordPress Updates screen. */ 829 829 ' ' . __( '<a href="%s" target="_parent">Click here to update WordPress</a>.' ), 830 self_admin_url( 'update-core.php')830 esc_url( self_admin_url( 'update-core.php' ) ) 831 831 ); 832 832 }
Note: See TracChangeset
for help on using the changeset viewer.