Make WordPress Core

Ticket #44023: 44023.diff

File 44023.diff, 704 bytes (added by allendav, 7 years ago)
  • src/wp-admin/privacy.php

     
    101101        }
    102102}
    103103
    104 get_current_screen()->add_help_tab( array(
    105         'id'      => 'privacy',
    106         'title'   => __( 'Privacy' ),
    107         'content' => '<p>' . __( 'This page provides settings with which you can manage your site&#8217;s privacy policy.' ) . '</p>',
    108 ) );
    109 
    110 get_current_screen()->set_help_sidebar(
    111         '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    112         '<p>' . __( '<a href="#">Documentation on privacy</a>' ) . '</p>'
    113 );
    114 
    115104require_once( ABSPATH . 'wp-admin/admin-header.php' );
    116105
    117106?>