3 | | printf( |
4 | | /* translators: %s: link to make.wordpress.org */ |
5 | | __( 'Want to see your name in lights on this page? %s.' ), |
6 | | '<a href="' . esc_url( __( 'https://make.wordpress.org/' ) ) . '">' . __( 'Get involved in WordPress' ) . '</a>' |
7 | | ); |
| 3 | <p class="clear"><?php |
| 4 | printf( |
| 5 | /* translators: %s: link to make.wordpress.org */ |
| 6 | __( 'Want to see your name in lights on this page? %s.' ), |
| 7 | '<a href="' . esc_url( __( 'https://make.wordpress.org/' ) ) . '">' . __( 'Get involved in WordPress' ) . '</a>' |
| 8 | ); |
| 9 | ?></p> |