From 1409a01b7759b6b4117316763957d498a5827692 Mon Sep 17 00:00:00 2001 From: Ned Zimmerman Date: Mon, 5 Mar 2018 13:24:40 -0400 Subject: [PATCH] Update activation routine to use shortcodes. --- inc/activation/namespace.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/activation/namespace.php b/inc/activation/namespace.php index c99062e..70a0438 100644 --- a/inc/activation/namespace.php +++ b/inc/activation/namespace.php @@ -21,7 +21,7 @@ function create_default_content() { $home_content = apply_filters( 'pb_root_home_page_content', sprintf( - '

%1$s

%2$s

%3$s

', + '[aldine_page_section title="%1$s"]

"%2$s

[aldine_call_to_action link="/about" text="%3$s"]

', __( 'About Pressbooks', 'pressbooks-aldine' ), __( 'Pressbooks is easy-to-use book writing software that lets you create a book in all the formats you need to publish.', 'pressbooks-aldine' ), __( 'Learn More', 'pressbooks-aldine' )