Changeset 59867
- Timestamp:
- 02/25/2025 05:49:25 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r59864 r59867 1816 1816 1817 1817 // Call the hooks. 1818 if ( $new_status != $old_status ) {1818 if ( $new_status !== $old_status ) { 1819 1819 /** 1820 1820 * Fires when the comment status is in transition. … … 1827 1827 */ 1828 1828 do_action( 'transition_comment_status', $new_status, $old_status, $comment ); 1829 1829 1830 /** 1830 1831 * Fires when the comment status is in transition from one specific status to another.
Note: See TracChangeset
for help on using the changeset viewer.