Ticket #44023: 44023.diff
File 44023.diff, 704 bytes (added by , 7 years ago) |
---|
-
src/wp-admin/privacy.php
101 101 } 102 102 } 103 103 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’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 115 104 require_once( ABSPATH . 'wp-admin/admin-header.php' ); 116 105 117 106 ?>