Make WordPress Core

Ticket #50743: 50743.2.patch

File 50743.2.patch, 669 bytes (added by ramiy, 4 years ago)
  • wp-admin/includes/class-wp-privacy-policy-content.php

     
    424424                                $content .= '</div>';
    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.
    430430                }