Changeset 45926 for trunk/src/wp-admin/about.php
- Timestamp:
- 09/01/2019 05:12:43 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/about.php
r45676 r45926 78 78 if ( current_user_can( 'install_plugins' ) ) { 79 79 printf( 80 /* translators: 1: link to /wp-admin/site-health.php 2: link to /wp-admin/site-health.php?tab=debug */80 /* translators: 1: link to /wp-admin/site-health.php, 2: link to /wp-admin/site-health.php?tab=debug */ 81 81 __( ' <a href="%1$s">Check your site status</a>, and <a href="%2$s">learn how to debug issues</a>.' ), 82 82 admin_url( 'site-health.php' ), … … 143 143 <?php 144 144 printf( 145 /* translators: 1: wp_body_open 2: <body> */145 /* translators: 1: wp_body_open, 2: <body> */ 146 146 __( '5.2 introduces a %1$s hook, which lets themes support injecting code right at the beginning of the %2$s element.' ), 147 147 '<code>wp_body_open</code>',
Note: See TracChangeset
for help on using the changeset viewer.