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/options.php

    r60238 r61179  
    126126        'comment_registration',
    127127        'show_comments_cookies_opt_in',
     128        'wp_notes_notify',
    128129    ),
    129130    'media'      => array(
Note: See TracChangeset for help on using the changeset viewer.