Changeset 25083 for trunk/src/wp-admin/edit-form-comment.php
- Timestamp:
- 08/22/2013 03:23:41 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-form-comment.php
r24052 r25083 86 86 <div id="misc-publishing-actions"> 87 87 88 <div class="misc-pub-section " id="comment-status-radio">88 <div class="misc-pub-section misc-pub-comment-status" id="comment-status-radio"> 89 89 <label class="approved"><input type="radio"<?php checked( $comment->comment_approved, '1' ); ?> name="comment_status" value="1" /><?php /* translators: comment type radio button */ _ex('Approved', 'adjective') ?></label><br /> 90 90 <label class="waiting"><input type="radio"<?php checked( $comment->comment_approved, '0' ); ?> name="comment_status" value="0" /><?php /* translators: comment type radio button */ _ex('Pending', 'adjective') ?></label><br /> … … 92 92 </div> 93 93 94 <div class="misc-pub-section curtime ">94 <div class="misc-pub-section curtime misc-pub-curtime"> 95 95 <?php 96 96 // translators: Publish box date format, see http://php.net/date
Note: See TracChangeset
for help on using the changeset viewer.