I18N: Merge two "Return to top" strings.

Props ramiy, carike, whyisjake.
Fixes #50743.
Built from https://develop.svn.wordpress.org/trunk@48588


git-svn-id: http://core.svn.wordpress.org/trunk@48350 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2020-07-23 20:21:07 +00:00
parent 161821d155
commit 5950e15042
2 changed files with 2 additions and 2 deletions

View File

@ -424,7 +424,7 @@ final class WP_Privacy_Policy_Content {
$content .= '</div>';
}
$content .= '<a href="#wpbody" class="return-to-top"><span aria-hidden="true">&uarr; </span> ' . __( 'Return to Top' ) . '</a>';
$content .= '<a href="#wpbody" class="return-to-top"><span aria-hidden="true">&uarr; </span> ' . __( 'Return to top' ) . '</a>';
$content .= '</div>'; // End of .privacy-text-section.
}

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.5-beta3-48587';
$wp_version = '5.5-beta3-48588';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.