Changeset 56573 for trunk/src/wp-admin/edit-comments.php
- Timestamp:
- 09/14/2023 02:13:42 AM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-comments.php
r56549 r56573 412 412 } 413 413 414 printf( 415 '<div id="moderated" class="updated notice is-dismissible"><p>%s</p></div>', 416 implode( "<br />\n", $messages ) 414 wp_admin( 415 implode( "<br />\n", $messages ), 416 array( 417 'id' => 'moderated', 418 'additional_classes' => array( 'updated' ), 419 'dismissible' => true, 420 ) 417 421 ); 418 422 }
Note: See TracChangeset
for help on using the changeset viewer.