Make WordPress Core

Changeset 48588


Ignore:
Timestamp:
07/23/2020 08:19:20 PM (4 years ago)
Author:
SergeyBiryukov
Message:

I18N: Merge two "Return to top" strings.

Props ramiy, carike, whyisjake.
Fixes #50743.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-privacy-policy-content.php

    r48508 r48588  
    425425            }
    426426
    427             $content .= '<a href="#wpbody" class="return-to-top"><span aria-hidden="true">&uarr; </span> ' . __( 'Return to Top' ) . '</a>';
     427            $content .= '<a href="#wpbody" class="return-to-top"><span aria-hidden="true">&uarr; </span> ' . __( 'Return to top' ) . '</a>';
    428428
    429429            $content .= '</div>'; // End of .privacy-text-section.
Note: See TracChangeset for help on using the changeset viewer.