I18N: Merge two "Return to top" strings.
Props ramiy, carike, whyisjake. Fixes #50743. git-svn-id: https://develop.svn.wordpress.org/trunk@48588 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
6e94ee644f
commit
098fc4bc89
@ -424,7 +424,7 @@ final class WP_Privacy_Policy_Content {
|
||||
$content .= '</div>';
|
||||
}
|
||||
|
||||
$content .= '<a href="#wpbody" class="return-to-top"><span aria-hidden="true">↑ </span> ' . __( 'Return to Top' ) . '</a>';
|
||||
$content .= '<a href="#wpbody" class="return-to-top"><span aria-hidden="true">↑ </span> ' . __( 'Return to top' ) . '</a>';
|
||||
|
||||
$content .= '</div>'; // End of .privacy-text-section.
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user