Skip to content

Commit

Permalink
Remove template assignment from "Day of Event" stub
Browse files Browse the repository at this point in the history
  • Loading branch information
ryelle committed Jan 17, 2020
1 parent 3a5d84b commit 4baf81d
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -621,9 +621,6 @@ protected function get_stub_pages( $wordcamp, $meta ) {
'content' => $this->get_stub_content( 'page', 'day-of-event', $wordcamp ),
'status' => 'draft',
'type' => 'page',
'meta' => array(
'_wp_page_template' => 'day-of-event', // Set the page template.
),
),
);

Expand Down

0 comments on commit 4baf81d

Please sign in to comment.