Commit 77c1490e authored by Sergey Biryukov's avatar Sergey Biryukov
Browse files

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: https://core.svn.wordpress.org/trunk@48350 1a063a9b-81f0-0310-95a4-ce76da25c4cd
parent 62a4859e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
		}
+1 −1
Original line number Diff line number Diff line
@@ -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.