Readability Filter “Not available” is not showing in dropdown
-
I have noticed that in wordpress-seo/admin/formatter/class-metabox-formatter.php you have “na” – “Readability: Not available” in the code, but “Not available” with the value of “na” does not show up in the dropdown as a selection option.
'show_markers' => apply_filters( 'wpseo_enable_assessment_markers', true ), 'publish_box' => array( 'labels' => array( 'content' => array( 'na' => sprintf( /* translators: %1$s expands to an opening strong tag, %2$s expands to a closing strong tag. */ __( 'Readability: %1$sNot available%2$s', 'wordpress-seo' ), '<strong>', '</strong>' ), 'bad' => sprintf( /* translators: %1$s expands to an opening strong tag, %2$s expands to a closing strong tag. */ __( 'Readability: %1$sNeeds improvement%2$s', 'wordpress-seo' ), '<strong>', '</strong>' ), 'ok' => sprintf( /* translators: %1$s expands to an opening strong tag, %2$s expands to a closing strong tag. */ __( 'Readability: %1$sOK%2$s', 'wordpress-seo' ), '<strong>', '</strong>' ), 'good' => sprintf( /* translators: %1$s expands to an opening strong tag, %2$s expands to a closing strong tag. */ __( 'Readability: %1$sGood%2$s', 'wordpress-seo' ), '<strong>', '</strong>' ), ), 'keyword' => array( 'na' => sprintf( /* translators: %1$s expands to an opening strong tag, %2$s expands to a closing strong tag. */ __( 'SEO: %1$sNot available%2$s', 'wordpress-seo' ), '<strong>', '</strong>' ), 'bad' => sprintf( /* translators: %1$s expands to an opening strong tag, %2$s expands to a closing strong tag. */ __( 'SEO: %1$sNeeds improvement%2$s', 'wordpress-seo' ), '<strong>', '</strong>' ), 'ok' => sprintf( /* translators: %1$s expands to an opening strong tag, %2$s expands to a closing strong tag. */ __( 'SEO: %1$sOK%2$s', 'wordpress-seo' ), '<strong>', '</strong>' ), 'good' => sprintf( /* translators: %1$s expands to an opening strong tag, %2$s expands to a closing strong tag. */ __( 'SEO: %1$sGood%2$s', 'wordpress-seo' ), '<strong>', '</strong>' ), ), ), ),
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Readability Filter “Not available” is not showing in dropdown’ is closed to new replies.