Make WordPress Core

Changeset 43201 for trunk


Ignore:
Timestamp:
05/09/2018 06:11:56 PM (6 years ago)
Author:
azaozz
Message:

Privacy: remove the help tab from Settings => Privacy until we have something helpful to say :)

Props allendav.
See #44023.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/privacy.php

    r43184 r43201  
    101101    }
    102102}
    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&#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 );
    114103
    115104require_once( ABSPATH . 'wp-admin/admin-header.php' );
Note: See TracChangeset for help on using the changeset viewer.