Ticket #44006: 44006.2.diff
File 44006.2.diff, 570 bytes (added by , 6 years ago) |
---|
-
src/wp-admin/includes/template.php
1899 1899 } 1900 1900 1901 1901 /** 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 /** 1902 1909 * Filters the default post display states used in the posts list table. 1903 1910 * 1904 1911 * @since 2.8.0