Make WordPress Core

Ticket #50743: 50743.patch

File 50743.patch, 598 bytes (added by ramiy, 4 years ago)
  • wp-admin/includes/privacy-tools.php

     
    279279
    280280        if ( $groups_count > 1 ) {
    281281                $group_html .= '<div class="return-to-top">';
    282                 $group_html .= '<a href="#top"><span aria-hidden="true">&uarr; </span> ' . esc_html__( 'Return to top' ) . '</a>';
     282                $group_html .= '<a href="#top"><span aria-hidden="true">&uarr; </span> ' . esc_html__( 'Return to Top' ) . '</a>';
    283283                $group_html .= '</div>';
    284284        }
    285285