Changeset 47597 for trunk/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 04/17/2020 07:33:52 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/ajax-actions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r47550 r47597 1284 1284 $comment_author_url = wp_slash( $user->user_url ); 1285 1285 $comment_content = trim( $_POST['content'] ); 1286 $comment_type = isset( $_POST['comment_type'] ) ? trim( $_POST['comment_type'] ) : ' ';1286 $comment_type = isset( $_POST['comment_type'] ) ? trim( $_POST['comment_type'] ) : 'comment'; 1287 1287 1288 1288 if ( current_user_can( 'unfiltered_html' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.