diff --git a/inc/actions/namespace.php b/inc/actions/namespace.php index afd0c44..58d3e72 100644 --- a/inc/actions/namespace.php +++ b/inc/actions/namespace.php @@ -234,8 +234,7 @@ function hide_catalog_content_editor() { if ( $template === 'page-catalog.php' ) { add_action( 'edit_form_after_title', function() { -// printf( '

%s

', __( 'This page displays your network catalog, so there is no content to edit.', 'pressbooks-aldine' ) ); - printf( '

%s

', __( 'Note for devs: We want to allow to edit it but with some restrictions', 'pressbooks-aldine' ) ); + printf( '

%s

', __( 'This page displays your network catalog, so there is no content to edit.', 'pressbooks-aldine' ) ); } ); remove_post_type_support( 'page', 'editor' );