Skip to content

Commit 646b7e5

Browse files
committed
fix: Update comment.
1 parent bacc1a3 commit 646b7e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/class-custom-typekit-fonts-admin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public function __construct() {
6565
*/
6666
public function set_custom_typekit_fonts_notice() {
6767

68-
// Notice for Custom Typekit Fonts action.
68+
// Notice for the Custom Typekit Fonts action.
6969
if ( isset( $_POST['custom-typekit-fonts-nonce'] ) && wp_verify_nonce( $_POST['custom-typekit-fonts-nonce'], 'custom-typekit-fonts' ) ) {
7070

7171
if ( isset( $_POST['custom-typekit-fonts-submitted'] ) ) {

0 commit comments

Comments
 (0)