Changeset 2413
- Timestamp:
- 03/07/2005 12:01:57 AM (21 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 2 edited
-
edit-form-advanced.php (modified) (1 diff)
-
edit-form.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-advanced.php
r2290 r2413 21 21 } 22 22 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" />'; 24 24 25 25 $form_prevstatus = '<input type="hidden" name="prev_status" value="'.$post_status.'" />'; -
trunk/wp-admin/edit-form.php
r2268 r2413 51 51 </script> 52 52 53 <input type="hidden" name="post_pingback" value=" 1" id="post_pingback" />53 <input type="hidden" name="post_pingback" value="<?php echo get_option('default_pingback_flag') ?>" id="post_pingback" /> 54 54 55 55 <p><label for="trackback"> <?php printf(__('<a href="%s" title="Help on trackbacks"><strong>TrackBack</strong> a <abbr title="Universal Resource Identifier">URI</abbr></a>:</label> (Separate multiple <abbr title="Universal Resource Identifier">URI</abbr>s with spaces.)<br />'), 'http://wordpress.org/docs/reference/post/#trackback') ?>
Note: See TracChangeset
for help on using the changeset viewer.