diff --git a/src/wp-admin/includes/template.php b/src/wp-admin/includes/template.php index 7507950245..180b0ad632 100644 --- a/src/wp-admin/includes/template.php +++ b/src/wp-admin/includes/template.php @@ -1898,6 +1898,10 @@ function _post_states( $post ) { } } + if ( intval( get_option( 'wp_page_for_privacy_policy' ) ) === $post->ID ) { + $post_states['page_for_privacy_policy'] = __( 'Privacy Policy Page' ); + } + /** * Filters the default post display states used in the posts list table. *