We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bacc1a3 commit 646b7e5Copy full SHA for 646b7e5
classes/class-custom-typekit-fonts-admin.php
@@ -65,7 +65,7 @@ public function __construct() {
65
*/
66
public function set_custom_typekit_fonts_notice() {
67
68
- // Notice for Custom Typekit Fonts action.
+ // Notice for the Custom Typekit Fonts action.
69
if ( isset( $_POST['custom-typekit-fonts-nonce'] ) && wp_verify_nonce( $_POST['custom-typekit-fonts-nonce'], 'custom-typekit-fonts' ) ) {
70
71
if ( isset( $_POST['custom-typekit-fonts-submitted'] ) ) {
0 commit comments