Skip to content

Commit 2f4c927

Browse files
Move wp_ notes_notify to bottom and add comment
1 parent 7a1ed8e commit 2f4c927

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/wp-admin/includes/schema.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,6 @@ function populate_options( array $options = array() ) {
421421
'use_smilies' => 1,
422422
'require_name_email' => 1,
423423
'comments_notify' => 1,
424-
'wp_notes_notify' => 1,
425424
'posts_per_rss' => 10,
426425
'rss_use_excerpt' => 0,
427426
'mailserver_url' => 'mail.example.com',
@@ -561,6 +560,10 @@ function populate_options( array $options = array() ) {
561560

562561
// 6.4.0
563562
'wp_attachment_pages_enabled' => 0,
563+
564+
// 6.9.0
565+
'wp_notes_notify' => 1,
566+
564567
);
565568

566569
// 3.3.0

0 commit comments

Comments
 (0)