<pclass="footer__pressbooks__links__title"><ahref="https://pressbooks.com"><?phpprintf(__('Powered by %s','pressbooks-aldine'),'<span class="pressbooks">Pressbooks</span>');?></a></p>
<pclass="footer__pressbooks__links__title"><ahref="https://pressbooks.com"><?phpprintf(__('Powered by %s','pressbooks-aldine'),'<span class="pressbooks">Pressbooks</span>');?></a></p>
@ -55,6 +56,7 @@ function create_default_content() {
sprintf(
sprintf(
'<p>%1$s</p><p>%2$s</p>',
'<p>%1$s</p><p>%2$s</p>',
sprintf(
sprintf(
/* translators: %1$s: link to how to page; %2$s: link to guide */
__( 'The easiest way to get started with Pressbooks is to follow our %1$s. Or, you can review our %2$s.', 'pressbooks-aldine' ),
__( 'The easiest way to get started with Pressbooks is to follow our %1$s. Or, you can review our %2$s.', 'pressbooks-aldine' ),
sprintf( '<ahref="https://pressbooks.com/how-to-make-a-book-with-pressbooks">%s</a>', __( '4 Step Guide to Making a Book on Pressbooks', 'pressbooks-aldine' ) ),
sprintf( '<ahref="https://pressbooks.com/how-to-make-a-book-with-pressbooks">%s</a>', __( '4 Step Guide to Making a Book on Pressbooks', 'pressbooks-aldine' ) ),
sprintf( '<ahref="https://guide.pressbooks.com/">%s</a>', __( 'Guide to Using Pressbooks', 'pressbooks-aldine' ) )
sprintf( '<ahref="https://guide.pressbooks.com/">%s</a>', __( 'Guide to Using Pressbooks', 'pressbooks-aldine' ) )
@ -79,7 +81,14 @@ function create_default_content() {
<inputclass="in-catalog"type="checkbox"name="in_catalog"value="1"aria-label="<?phpechoesc_attr_x('Show in Catalog','pressbooks-aldine');?>"<?phpchecked(get_blog_option($blog_id,\Aldine\Admin\BLOG_OPTION),1);?><?php
<inputclass="in-catalog"type="checkbox"name="in_catalog"value="1"aria-label="<?phpechoesc_attr_x('Show in Catalog','pressbooks-aldine');?>"<?phpchecked(get_blog_option($blog_id,\Aldine\Admin\BLOG_OPTION),1);?><?php
if ( ! get_blog_option( $blog_id, 'blog_public' ) ) { ?>disabled="disabled" title="<?phpechoesc_attr_x('This book is private, so you can’t display it in your catalog.','pressbooks-aldine');?>"<?php}?> />
if ( ! get_blog_option( $blog_id, 'blog_public' ) ) {
<?php}
?>
disabled="disabled" title="<?phpechoesc_attr_x('This book is private, so you can’t display it in your catalog.','pressbooks-aldine');?>"<?php}?> />