Make WordPress Core

Ticket #22646: 22646.diff

File 22646.diff, 1.6 KB (added by nacin, 12 years ago)
  • wp-includes/js/tinymce/plugins/wpeditimage/editimage.html

     
    7373                        </td>
    7474                </tr>
    7575
    76                 <tr>
     76                <tr id="cap_field">
    7777                        <th valign="top" scope="row" class="label">
    78                                 <label for="img_title">
    79                                 <span class="alignleft">{#wpeditimage.img_title}</span>
     78                                <label for="img_cap">
     79                                <span class="alignleft">{#wpeditimage.caption}</span>
    8080                                </label>
    8181                        </th>
    8282                        <td class="field">
    83                                 <input type="text" id="img_title" name="img_title" value="" aria-required="true" size="60" />
     83                                <textarea id="img_cap_text"></textarea>
    8484                        </td>
    8585                </tr>
    8686
     
    9595                        </td>
    9696                </tr>
    9797
    98                 <tr id="cap_field">
    99                         <th valign="top" scope="row" class="label">
    100                                 <label for="img_cap">
    101                                 <span class="alignleft">{#wpeditimage.caption}</span>
    102                                 </label>
    103                         </th>
    104                         <td class="field">
    105                                 <textarea id="img_cap_text"></textarea>
    106                         </td>
    107                 </tr>
    108 
    10998                <tr>
    11099                        <th valign="top" scope="row" class="label">
    111100                                <label for="link_href">
     
    158147
    159148                <tr>
    160149                        <th valign="top" scope="row" class="label">
     150                                <label for="img_title">
     151                                <span class="alignleft">{#wpeditimage.img_title}</span>
     152                                </label>
     153                        </th>
     154                        <td class="field">
     155                                <input type="text" id="img_title" name="img_title" value="" aria-required="true" size="60" />
     156                        </td>
     157                </tr>
     158
     159                <tr>
     160                        <th valign="top" scope="row" class="label">
    161161                                <label for="img_classes">
    162162                                <span class="alignleft">{#wpeditimage.css}</span>
    163163                                </label>