Changeset 31973 for trunk/src/wp-admin/edit-comments.php
- Timestamp:
- 04/01/2015 10:05:17 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-comments.php
r31696 r31973 218 218 } 219 219 220 echo '<div id="moderated" class="updated "><p>' . implode( "<br/>\n", $messages ) . '</p></div>';220 echo '<div id="moderated" class="updated notice is-dismissible"><p>' . implode( "<br/>\n", $messages ) . '</p></div>'; 221 221 } 222 222 }
Note: See TracChangeset
for help on using the changeset viewer.