Changeset 43252 for branches/4.9/src/wp-admin/privacy.php
- Timestamp:
- 05/14/2018 01:53:25 PM (8 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-admin/privacy.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-admin/privacy.php
r43239 r43252 99 99 } 100 100 101 $title = __( 'Privacy Settings' ); 102 $parent_file = 'options-general.php'; 103 101 104 require_once( ABSPATH . 'wp-admin/admin-header.php' ); 102 105 103 106 ?> 104 107 <div class="wrap"> 105 <h1><?php _e( 'Privacy Settings' ); ?></h1>108 <h1><?php echo $title; ?></h1> 106 109 <h2><?php _e( 'Privacy Policy page' ); ?></h2> 107 110 <p>
Note: See TracChangeset
for help on using the changeset viewer.