Changeset 1830:93aca6ba0163 for admin/post.php
- Timestamp:
- 09/11/13 13:32:50 (12 years ago)
- Branch:
- Ticket #1539
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/post.php
r1829 r1830 455 455 '<p>'.form::combo('post_format',$formaters_combo,$post_format,'maximal'). 456 456 '</p>'. 457 '<p class="format_control control_ wiki">'.457 '<p class="format_control control_no_xhtml">'. 458 458 '<a id="convert-xhtml" class="button'.($post_id && $post_format != 'wiki' ? ' hide' : '').'" href="post.php?id='.$post_id.'&xconv=1">'. 459 459 __('Convert to XHTML').'</a></p></div>')),
Note: See TracChangeset
for help on using the changeset viewer.