Make WordPress Core

Ticket #44006: 44006.2.diff

File 44006.2.diff, 570 bytes (added by desrosj, 6 years ago)
  • src/wp-admin/includes/template.php

     
    18991899        }
    19001900
    19011901        /**
     1902         * Adds a suffix to the Privacy Policy page.
     1903         */
     1904        if ( intval( get_option( 'wp_page_for_privacy_policy' ) ) === $post->ID ) {
     1905                $post_states['page_for_privacy_policy'] = __( 'Privacy Policy Page' );
     1906        }
     1907
     1908        /**
    19021909         * Filters the default post display states used in the posts list table.
    19031910         *
    19041911         * @since 2.8.0