Changeset 1614:93ac2b1d52c8 for admin/trackbacks.php
- Timestamp:
- 08/29/13 17:45:32 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/trackbacks.php
r1459 r1614 120 120 $tb_urls = implode("\n",$TB->discover($post->post_excerpt_xhtml.' '.$post->post_content_xhtml)); 121 121 } else { 122 $auto_link = '< strong><a class="button" href="trackbacks.php?id='.$id.'&auto=1">'.123 __('Auto discover ping URLs').'</a> </strong>';122 $auto_link = '<a class="button" href="trackbacks.php?id='.$id.'&auto=1">'. 123 __('Auto discover ping URLs').'</a>'; 124 124 } 125 125 … … 132 132 133 133 '<p><label for="tb_excerpt" class="area">'.__('Send excerpt:').'</label>'. 134 form::textarea('tb_excerpt',60, 3,$tb_excerpt).'</p>'.134 form::textarea('tb_excerpt',60,5,$tb_excerpt).'</p>'. 135 135 136 136 '<p>'.form::hidden('id',$id).
Note: See TracChangeset
for help on using the changeset viewer.