Skip to content

Commit

Permalink
Merge pull request #1660 from publishpress/feature/#1641_Update_metad…
Browse files Browse the repository at this point in the history
…ata_name_in_settings

feature/#1641_Update_metadata_name_in_settings
  • Loading branch information
olatechpro authored May 23, 2024
2 parents 17d85a3 + cbe4e28 commit 1da6aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/editorial-metadata/editorial-metadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -1674,7 +1674,7 @@ public function register_settings()
);
add_settings_field(
'post_types',
esc_html__('Register metadata for these post types:', 'publishpress'),
esc_html__('Register editorial fields for these post types:', 'publishpress'),
[$this, 'settings_post_types_option'],
$this->module->options_group_name,
$this->module->options_group_name . '_general'
Expand Down

0 comments on commit 1da6aba

Please sign in to comment.