Changeset 10137 for trunk/wp-admin/theme-editor.php
- Timestamp:
- 12/09/2008 09:07:36 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/theme-editor.php
r10047 r10137 193 193 <p class="submit"> 194 194 <?php 195 echo "<input type='submit' name='submit' class='button ' value='" . __('Update File') . "' tabindex='2' />";195 echo "<input type='submit' name='submit' class='button-primary' value='" . __('Update File') . "' tabindex='2' />"; 196 196 ?> 197 197 </p>
Note: See TracChangeset
for help on using the changeset viewer.