Changeset 208258
- Timestamp:
- 02/20/2010 04:11:11 AM (16 years ago)
- Location:
- twitoaster
- Files:
-
- 2 edited
-
tags/1.3.4/twitoaster-post-replies.php (modified) (1 diff)
-
trunk/twitoaster-post-replies.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
twitoaster/tags/1.3.4/twitoaster-post-replies.php
r203609 r208258 321 321 function twitoaster_inner_auto_thread_box() { 322 322 global $twitoaster_options, $post; 323 $currentoptions = array(); 323 324 $currentoptions = $twitoaster_options; 324 325 $twitoaster_meta_thread = twitoaster_post_replies_get_meta('_twitoaster_post_auto_thread', $post->ID); -
twitoaster/trunk/twitoaster-post-replies.php
r203608 r208258 321 321 function twitoaster_inner_auto_thread_box() { 322 322 global $twitoaster_options, $post; 323 $currentoptions = array(); 323 324 $currentoptions = $twitoaster_options; 324 325 $twitoaster_meta_thread = twitoaster_post_replies_get_meta('_twitoaster_post_auto_thread', $post->ID);
Note: See TracChangeset
for help on using the changeset viewer.