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 7a1ed8e commit 2f4c927Copy full SHA for 2f4c927
src/wp-admin/includes/schema.php
@@ -421,7 +421,6 @@ function populate_options( array $options = array() ) {
421
'use_smilies' => 1,
422
'require_name_email' => 1,
423
'comments_notify' => 1,
424
- 'wp_notes_notify' => 1,
425
'posts_per_rss' => 10,
426
'rss_use_excerpt' => 0,
427
'mailserver_url' => 'mail.example.com',
@@ -561,6 +560,10 @@ function populate_options( array $options = array() ) {
561
560
562
// 6.4.0
563
'wp_attachment_pages_enabled' => 0,
+
564
+ // 6.9.0
565
+ 'wp_notes_notify' => 1,
566
567
);
568
569
// 3.3.0
0 commit comments