Make WordPress Core


Ignore:
Timestamp:
08/22/2013 03:23:41 PM (11 years ago)
Author:
helen
Message:

Add more descriptive classes to submit meta box sections. props nofearinc. fixes #22333.

File:
1 edited

Legend:

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

    r24052 r25083  
    8686<div id="misc-publishing-actions">
    8787
    88 <div class="misc-pub-section" id="comment-status-radio">
     88<div class="misc-pub-section misc-pub-comment-status" id="comment-status-radio">
    8989<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 />
    9090<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 />
     
    9292</div>
    9393
    94 <div class="misc-pub-section curtime">
     94<div class="misc-pub-section curtime misc-pub-curtime">
    9595<?php
    9696// translators: Publish box date format, see http://php.net/date
Note: See TracChangeset for help on using the changeset viewer.