Make WordPress Core


Ignore:
Timestamp:
03/07/2005 12:01:57 AM (21 years ago)
Author:
ryan
Message:

Obey default pingback setting. http://mosquito.wordpress.org/view.php?id=945

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-form-advanced.php

    r2290 r2413  
    2121}
    2222
    23 $form_pingback = '<input type="hidden" name="post_pingback" value="1" id="post_pingback" />';
     23$form_pingback = '<input type="hidden" name="post_pingback" value="' . get_option('default_pingback_flag') . '" id="post_pingback" />';
    2424
    2525$form_prevstatus = '<input type="hidden" name="prev_status" value="'.$post_status.'" />';
Note: See TracChangeset for help on using the changeset viewer.