diff --git a/wordpress.org/public_html/wp-content/themes/pub/wporg-main/front-page.php b/wordpress.org/public_html/wp-content/themes/pub/wporg-main/front-page.php
index f837f3e41..3fe5ccd48 100644
|
a
|
b
|
get_header( 'wporg' );
|
| 215 | 215 | printf( |
| 216 | 216 | /* translators: URL to HelpHub. */ |
| 217 | 217 | __( '<a href="%s">Spend some time reading our documentation</a>, get to know WordPress better every day and start helping others, too.', 'wporg' ), |
| 218 | | esc_url( 'https://wordpress.org/support/' ) |
| | 218 | esc_url( __( 'https://wordpress.org/support/' ) ) |
| 219 | 219 | ); |
| 220 | 220 | ?> |
| 221 | 221 | </li> |