Changeset 45453 for trunk/src/wp-admin/options-privacy.php
- Timestamp:
- 05/27/2019 02:39:46 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-privacy.php
r45448 r45453 146 146 147 147 $view_href = get_permalink( $privacy_policy_page_id ); 148 149 148 ?> 150 149 <p class="tools-privacy-edit"><strong> 151 150 <?php 152 153 151 if ( 'publish' === get_post_status( $privacy_policy_page_id ) ) { 154 152 printf( … … 166 164 ); 167 165 } 168 169 166 ?> 170 167 </strong></p> … … 174 171 <p> 175 172 <?php 176 177 173 printf( 178 174 /* translators: 1: Privacy Policy guide URL, 2: additional link attributes, 3: accessibility text */ … … 182 178 '' 183 179 ); 184 185 180 ?> 186 181 </p> … … 202 197 <td> 203 198 <?php 204 205 199 $has_pages = (bool) get_posts( 206 200 array( … … 219 213 <input type="hidden" name="action" value="set-privacy-page" /> 220 214 <?php 221 222 215 wp_dropdown_pages( 223 216 array(
Note: See TracChangeset
for help on using the changeset viewer.