Skip to content

Commit

Permalink
See pewresearch/pewresearch-org@5077d84 from refs/heads/release/5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prcdevgitbot committed Feb 11, 2024
1 parent 58a70ce commit 4fe9098
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions includes/class-prc-platform-content-bootstrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ public function run() {
$this->create_sample_fact_sheet();
$this->configure_tagline();
$this->create_homepage_and_set_as_front_page();
$this->create_publication_page_and_set_as_blog_page()
$this->create_publication_page_and_set_as_blog_page();

update_option( self::$option_name, true );

}

Expand Down Expand Up @@ -117,7 +119,6 @@ public function create_homepage_and_set_as_front_page() {
public function configure_tagline() {
$tagline = 'Numbers, Facts and Trends Shaping Your World';
update_option( 'blogdescription', $tagline );
update_option( self::$option_name, true );
}

public function create_sample_report() {
Expand Down

0 comments on commit 4fe9098

Please sign in to comment.