Ticket #22646: 22646.diff
File 22646.diff, 1.6 KB (added by , 12 years ago) |
---|
-
wp-includes/js/tinymce/plugins/wpeditimage/editimage.html
73 73 </td> 74 74 </tr> 75 75 76 <tr >76 <tr id="cap_field"> 77 77 <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> 80 80 </label> 81 81 </th> 82 82 <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> 84 84 </td> 85 85 </tr> 86 86 … … 95 95 </td> 96 96 </tr> 97 97 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 109 98 <tr> 110 99 <th valign="top" scope="row" class="label"> 111 100 <label for="link_href"> … … 158 147 159 148 <tr> 160 149 <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"> 161 161 <label for="img_classes"> 162 162 <span class="alignleft">{#wpeditimage.css}</span> 163 163 </label>