@@ -43,25 +43,25 @@ public function test_wp_privacy_settings_filter_draft_page_titles( $expected, $t
4343 */
4444 public function data_wp_privacy_settings_filter_draft_page_titles (): array {
4545 return array (
46- 'draft page on privacy screen ' => array (
46+ 'draft page on privacy screen ' => array (
4747 'expected ' => 'Privacy Policy (Draft) ' ,
4848 'title ' => 'Privacy Policy ' ,
4949 'post_status ' => 'draft ' ,
5050 'screen_id ' => 'privacy ' ,
5151 ),
52- 'publish page on privacy screen ' => array (
52+ 'publish page on privacy screen ' => array (
5353 'expected ' => 'Privacy Policy ' ,
5454 'title ' => 'Privacy Policy ' ,
5555 'post_status ' => 'publish ' ,
5656 'screen_id ' => 'privacy ' ,
5757 ),
58- 'draft page on other screen ' => array (
58+ 'draft page on other screen ' => array (
5959 'expected ' => 'About Us ' ,
6060 'title ' => 'About Us ' ,
6161 'post_status ' => 'draft ' ,
6262 'screen_id ' => 'edit-page ' ,
6363 ),
64- 'pending page on privacy screen ' => array (
64+ 'pending page on privacy screen ' => array (
6565 'expected ' => 'Privacy Policy ' ,
6666 'title ' => 'Privacy Policy ' ,
6767 'post_status ' => 'pending ' ,
0 commit comments