Skip to content

Commit

Permalink
meh, change radio value
Browse files Browse the repository at this point in the history
  • Loading branch information
ilicfilip committed Nov 5, 2024
1 parent 83b4b3e commit aa2af10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/admin/class-page-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public function store_settings_form_options() {
$need_page = \sanitize_text_field( \wp_unslash( $page_args['have_page'] ) );

// Add the no-page-needed flag if it doesn't exist.
if ( '_no_page_needed' === $need_page ) {
if ( 'not-applicable' === $need_page ) {
\progress_planner()->get_page_types()->add_no_type_needed( $type );
} else {
// Remove the no-page-needed flag if it exists.
Expand Down

0 comments on commit aa2af10

Please sign in to comment.