Skip to content

Commit

Permalink
Small typo after updating card data #1653
Browse files Browse the repository at this point in the history
  • Loading branch information
olatechpro committed May 23, 2024
1 parent 1da6aba commit b6bcbe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/content-board/content-board.php
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,7 @@ public function update_content_board_form_action() {
$publishpress->update_module_option($this->module->name, 'content_board_custom_columns', $content_board_custom_columns);

// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
echo pp_planner_admin_notice(esc_html__('Column updated successfully.', 'publishpress'));
echo pp_planner_admin_notice(esc_html__('Card Data updated successfully.', 'publishpress'));
} elseif (!empty($_POST['co_form_action']) && !empty($_POST['_nonce']) && $_POST['co_form_action'] == 'filter_form' && wp_verify_nonce(sanitize_key($_POST['_nonce']), 'content_board_filter_form_nonce')) {
// Content Board filter form
$content_board_filters = !empty($_POST['content_board_filters']) ? array_map('sanitize_text_field', $_POST['content_board_filters']) : [];
Expand Down

0 comments on commit b6bcbe5

Please sign in to comment.