- Timestamp:
- 05/09/2018 06:11:56 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/privacy.php
r43184 r43201 101 101 } 102 102 } 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 103 115 104 require_once( ABSPATH . 'wp-admin/admin-header.php' );
Note: See TracChangeset
for help on using the changeset viewer.