Update option description

This commit is contained in:
Tetrakern 2023-09-20 00:14:12 +02:00
parent 60c597c19c
commit d3b6e51b5b
3 changed files with 4 additions and 4 deletions

View File

@ -229,11 +229,11 @@ function fictioneer_acf_scope_blog_posts( $args, $field, $post_id ) {
add_filter( 'acf/fields/post_object/query/name=fictioneer_post_story_blogs', 'fictioneer_acf_scope_blog_posts', 10, 3 );
// =============================================================================
// LIMIT STORY CHAPTERS TO AUTHOR
// RESTRICT STORY CHAPTERS TO AUTHOR
// =============================================================================
/**
* Limit chapter stories to author
* Restrict chapter stories to author
*
* @since Fictioneer 5.4.9
*

View File

@ -591,7 +591,7 @@ define( 'FICTIONEER_OPTIONS', array(
'name' => 'fictioneer_limit_chapter_stories_by_author',
'group' => 'fictioneer-settings-general-group',
'sanitize_callback' => 'fictioneer_sanitize_checkbox',
'label' => __( 'Limit chapter stories by author', 'fictioneer' ),
'label' => __( 'Restrict chapter stories by author', 'fictioneer' ),
'default' => false
),
'fictioneer_disable_all_widgets' => array(