Changeset 49729 for branches/5.6/src/wp-admin/about.php
- Timestamp:
- 12/01/2020 07:33:36 PM (4 years ago)
- Location:
- branches/5.6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.6
-
branches/5.6/src/wp-admin/about.php
r49715 r49729 221 221 <?php 222 222 printf( 223 /* translators: %s: jQuery migrate plugin link. */224 __( 'If you find issues with the way your site looks (e.g. a slider doesn’t work, a button is stuck — that sort of thing), install the <a href="%s">jQuery Migrate plugin .</a>' ),223 /* translators: %s: jQuery Migrate plugin link. */ 224 __( 'If you find issues with the way your site looks (e.g. a slider doesn’t work, a button is stuck — that sort of thing), install the <a href="%s">jQuery Migrate plugin</a>.' ), 225 225 current_user_can( 'install_plugins' ) ? 226 226 esc_url( network_admin_url( 'plugin-install.php?tab=search&type=term&s=slug:enable-jquery-migrate-helper' ) ) :
Note: See TracChangeset
for help on using the changeset viewer.