Changeset 49853
- Timestamp:
- 12/21/2020 01:52:58 PM (4 years ago)
- Location:
- branches/5.6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.6
-
branches/5.6/src/wp-content/themes/twentytwentyone/footer.php
r49829 r49853 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.