Changeset 49762 for trunk/src/wp-content/themes/twentytwentyone/footer.php
- Timestamp:
- 12/07/2020 02:15:24 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyone/footer.php
r49759 r49762 59 59 /* translators: %s: WordPress. */ 60 60 esc_html__( 'Proudly powered by %s.', 'twentytwentyone' ), 61 '<a href="' . esc_ attr__( 'https://wordpress.org/', 'twentytwentyone') . '">WordPress</a>'61 '<a href="' . esc_url( __( 'https://wordpress.org/', 'twentytwentyone' ) ) . '">WordPress</a>' 62 62 ); 63 63 ?>
Note: See TracChangeset
for help on using the changeset viewer.