Make WordPress Core

Changeset 28484


Ignore:
Timestamp:
05/18/2014 09:47:01 PM (10 years ago)
Author:
wonderboymusic
Message:

hackificator bails on this file because of mixed quote styles on some HTML attributes.

See #27881.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/comment.php

    r28289 r28484  
    112112
    113113?>
    114 <div class='wrap'>
     114<div class="wrap">
    115115
    116116<div class="narrow">
     
    182182<p><?php _e('Are you sure you want to do this?'); ?></p>
    183183
    184 <form action='comment.php' method='get'>
     184<form action="comment.php" method="get">
    185185
    186186<table width="100%">
     
    192192
    193193<?php wp_nonce_field( $nonce_action ); ?>
    194 <input type='hidden' name='action' value='<?php echo esc_attr($formaction); ?>' />
    195 <input type='hidden' name='c' value='<?php echo esc_attr($comment->comment_ID); ?>' />
    196 <input type='hidden' name='noredir' value='1' />
     194<input type="hidden" name="action" value="<?php echo esc_attr($formaction); ?>" />
     195<input type="hidden" name="c" value="<?php echo esc_attr($comment->comment_ID); ?>" />
     196<input type="hidden" name="noredir" value="1" />
    197197</form>
    198198
Note: See TracChangeset for help on using the changeset viewer.