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 ); 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 * @since Fictioneer 5.4.9
* *

View File

@ -154,7 +154,7 @@ if ( ! function_exists( 'fictioneer_seo_fields' ) ) {
* *
* @since Fictioneer 4.0 * @since Fictioneer 4.0
* *
* @param int $post_id The post ID. * @param int $post_id The post ID.
*/ */
function fictioneer_save_seo_metabox( $post_id ) { function fictioneer_save_seo_metabox( $post_id ) {

View File

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