Ticket #50743: 50743.2.patch
File 50743.2.patch, 669 bytes (added by , 4 years ago) |
---|
-
wp-admin/includes/class-wp-privacy-policy-content.php
424 424 $content .= '</div>'; 425 425 } 426 426 427 $content .= '<a href="#wpbody" class="return-to-top"><span aria-hidden="true">↑ </span> ' . __( 'Return to Top' ) . '</a>';427 $content .= '<a href="#wpbody" class="return-to-top"><span aria-hidden="true">↑ </span> ' . __( 'Return to top' ) . '</a>'; 428 428 429 429 $content .= '</div>'; // End of .privacy-text-section. 430 430 }