[wp-cvs] wordpress/wp-admin edit-form.php,1.24,1.25

Ryan Boren rboren at users.sourceforge.net
Thu Jul 29 00:30:10 UTC 2004


Update of /cvsroot/cafelog/wordpress/wp-admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32009

Modified Files:
	edit-form.php 
Log Message:
Grammar fix.  Bug 0000196.

Index: edit-form.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/edit-form.php,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** edit-form.php	15 Jun 2004 23:24:35 -0000	1.24
--- edit-form.php	29 Jul 2004 00:30:07 -0000	1.25
***************
*** 17,21 ****
  }
  if (get_settings('use_trackback')) {
! 	$form_trackback = '<p><label for="trackback">' . sprintf(__('<a href="%s" title="Help on trackbacks"><strong>TrackBack</strong> an <acronym title="Uniform Resource Locator">URL</acronym></a>:</label> (Separate multiple <abbr title="Universal Resource Identifier">URI</abbr>s with spaces.)<br />'), 'http://wordpress.org/docs/reference/post/#trackback') .
  	'<input type="text" name="trackback_url" style="width: 360px" id="trackback" tabindex="7" /></p>';
  } else {
--- 17,21 ----
  }
  if (get_settings('use_trackback')) {
! 	$form_trackback = '<p><label for="trackback">' . sprintf(__('<a href="%s" title="Help on trackbacks"><strong>TrackBack</strong> a <acronym title="Uniform Resource Locator">URL</acronym></a>:</label> (Separate multiple <abbr title="Universal Resource Identifier">URI</abbr>s with spaces.)<br />'), 'http://wordpress.org/docs/reference/post/#trackback') .
  	'<input type="text" name="trackback_url" style="width: 360px" id="trackback" tabindex="7" /></p>';
  } else {




More information about the cvs mailing list