Make WordPress Core


Ignore:
Timestamp:
11/07/2025 02:05:43 PM (5 months ago)
Author:
ellatrix
Message:

Notes: notify post author on note submission.

Fix an issue where new notes did not trigger a notification because they are submitted via the REST API. Ensures REST API submissions (for notes) trigger the post author notification. Leverage existing comment notification infrastructure.

Developed in https://github.com/WordPress/wordpress-develop/pull/10472.

Fixes #64204.
Props adamsilverstein, mamaduka, peterwilsoncc, ellatrix, wildworks, mukesh27, desrosj, annezazu, jeffpaul.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/schema.php

    r60954 r61179  
    561561        // 6.4.0
    562562        'wp_attachment_pages_enabled'     => 0,
     563
     564        // 6.9.0
     565        'wp_notes_notify'                 => 1,
     566
    563567    );
    564568
Note: See TracChangeset for help on using the changeset viewer.