Make WordPress Core


Ignore:
Timestamp:
12/23/2009 03:16:53 PM (16 years ago)
Author:
ryan
Message:

Remove unneeded quotes around vars. Props johnbillion. fixes #10245

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/import/dotclear.php

    r12270 r12513  
    408408                $comment_ID = (int) ltrim($comment_id, '0');
    409409                $comment_post_ID = (int) $postarr[$post_id];
    410                 $comment_approved = "$comment_pub";
     410                $comment_approved = $comment_pub;
    411411                $name = $wpdb->escape(csc ($comment_auteur));
    412412                $email = $wpdb->escape($comment_email);
Note: See TracChangeset for help on using the changeset viewer.