Changeset 55412 for trunk/src/wp-admin/includes/class-wp-site-health.php
- Timestamp:
- 02/23/2023 10:36:33 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-site-health.php
r55276 r55412 1497 1497 '<p><a href="%s" target="_blank" rel="noopener">%s <span class="screen-reader-text">%s</span><span aria-hidden="true" class="dashicons dashicons-external"></span></a></p>', 1498 1498 /* translators: Documentation explaining debugging in WordPress. */ 1499 esc_url( __( 'https://wordpress.org/ support/article/debugging-in-wordpress/' ) ),1499 esc_url( __( 'https://wordpress.org/documentation/article/debugging-in-wordpress/' ) ), 1500 1500 __( 'Learn more about debugging in WordPress.' ), 1501 1501 /* translators: Hidden accessibility text. */ … … 2330 2330 'actions' => sprintf( 2331 2331 '<p><a href="%1$s" target="_blank" rel="noopener noreferrer">%2$s <span class="screen-reader-text">%3$s</span><span aria-hidden="true" class="dashicons dashicons-external"></span></a></p>', 2332 __( 'https://wordpress.org/ support/article/optimization/#Caching' ),2332 __( 'https://wordpress.org/documentation/article/optimization/#Caching' ), 2333 2333 __( 'Learn more about page cache' ), 2334 2334 /* translators: Hidden accessibility text. */ … … 2439 2439 'site_status_persistent_object_cache_url', 2440 2440 /* translators: Localized Support reference. */ 2441 __( 'https://wordpress.org/ support/article/optimization/#persistent-object-cache' )2441 __( 'https://wordpress.org/documentation/article/optimization/#persistent-object-cache' ) 2442 2442 ); 2443 2443
Note: See TracChangeset
for help on using the changeset viewer.