Make WordPress Core


Ignore:
Timestamp:
05/27/2019 02:39:46 AM (6 years ago)
Author:
SergeyBiryukov
Message:

Privacy: Remove reinstated wp-admin/options-privacy.php from $_old_files.

Fix WPCS violations in [45448].

See #43895.

File:
1 edited

Legend:

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

    r45448 r45453  
    146146
    147147        $view_href = get_permalink( $privacy_policy_page_id );
    148 
    149148        ?>
    150149        <p class="tools-privacy-edit"><strong>
    151150            <?php
    152 
    153151            if ( 'publish' === get_post_status( $privacy_policy_page_id ) ) {
    154152                printf(
     
    166164                );
    167165            }
    168 
    169166            ?>
    170167        </strong></p>
     
    174171    <p>
    175172        <?php
    176 
    177173        printf(
    178174            /* translators: 1: Privacy Policy guide URL, 2: additional link attributes, 3: accessibility text */
     
    182178            ''
    183179        );
    184 
    185180        ?>
    186181    </p>
     
    202197            <td>
    203198                <?php
    204                
    205199                $has_pages = (bool) get_posts(
    206200                    array(
     
    219213                        <input type="hidden" name="action" value="set-privacy-page" />
    220214                        <?php
    221                        
    222215                        wp_dropdown_pages(
    223216                            array(
Note: See TracChangeset for help on using the changeset viewer.