Ticket #44202: link-template.diff
File link-template.diff, 522 bytes (added by , 7 years ago) |
---|
-
link-template.php
diff --git src/wp-includes/link-template.php link-template.php index 815c539..663e236 100755
old new function the_privacy_policy_link( $before = '', $after = '' ) { 4325 4325 * doesn't exist. 4326 4326 */ 4327 4327 function get_the_privacy_policy_link( $before = '', $after = '' ) { 4328 if( '1' != get_option( 'wp_privacy_policy_footer_link_visibility' ) ) { 4329 return ''; 4330 } 4331 4328 4332 $link = ''; 4329 4333 $privacy_policy_url = get_privacy_policy_url(); 4330 4334