[wp-cvs] wordpress/wp-admin edit-form-advanced.php, 1.50,
1.51 post.php, 1.126, 1.127
Matthew Mullenweg
saxmatt at users.sourceforge.net
Sat Feb 12 08:58:12 GMT 2005
Update of /cvsroot/cafelog/wordpress/wp-admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13903/wp-admin
Modified Files:
edit-form-advanced.php post.php
Log Message:
Enclosure cleanups
Index: post.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/post.php,v
retrieving revision 1.126
retrieving revision 1.127
diff -C2 -d -r1.126 -r1.127
*** post.php 5 Feb 2005 05:32:36 -0000 1.126
--- post.php 12 Feb 2005 08:58:09 -0000 1.127
***************
*** 387,391 ****
do_action('publish_post', $post_ID);
do_trackbacks($post_ID);
! do_enclose( $content, $post_ID );
if ( get_option('default_pingback_flag') )
pingback($content, $post_ID);
--- 387,391 ----
do_action('publish_post', $post_ID);
do_trackbacks($post_ID);
! do_enclose( $content, $post_ID );
if ( get_option('default_pingback_flag') )
pingback($content, $post_ID);
Index: edit-form-advanced.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/edit-form-advanced.php,v
retrieving revision 1.50
retrieving revision 1.51
diff -C2 -d -r1.50 -r1.51
*** edit-form-advanced.php 11 Feb 2005 03:32:24 -0000 1.50
--- edit-form-advanced.php 12 Feb 2005 08:58:09 -0000 1.51
***************
*** 38,44 ****
$saveasdraft = '<input name="save" type="submit" id="save" tabindex="6" value="' . __('Save and Continue Editing') . '" />';
- $form_enclosure = '<p><label for="enclosure"><a href="http://www.thetwowayweb.com/payloadsforrss" title="' . __('Help on enclosures') . '">' . __('<strong>Enclosures</strong></a>') . '</label> ' . __('(Separate multiple <abbr title="Universal Resource Identifier">URI</abbr>s with spaces.)') . '<br />
- <input type="text" name="enclosure_url" style="width: 415px" id="enclosure" tabindex="8" value="'. str_replace("\n", ' ', $enclosure_url) .'" /></p>';
-
if (empty($post_status)) $post_status = 'draft';
--- 38,41 ----
More information about the cvs
mailing list