Changeset 1233
- Timestamp:
- 05/05/2004 08:27:43 AM (21 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-advanced.php
r1215 r1233 23 23 $form_pingback = '<input type="checkbox" class="checkbox" name="post_pingback" value="1" '; 24 24 if ( get_settings('default_pingback_flag') ) $form_pingback .= 'checked="checked" '; 25 $form_pingback .= 'tabindex="7" id="pingback" /> <label for="pingback">' . __('<strong>PingBack</strong> the <a cronym title="Uniform Resource Locators">URL</acronym>s in this post') . '</label> <a href="http://wordpress.org/docs/reference/post/#pingback" title="' . __('Help on Pingbacks') . '">?</a><br />';25 $form_pingback .= 'tabindex="7" id="pingback" /> <label for="pingback">' . __('<strong>PingBack</strong> the <abbr title="Universal Resource Identifier">URI</abbr>s in this post') . '</label> <a href="http://wordpress.org/docs/reference/post/#pingback" title="' . __('Help on Pingbacks') . '">?</a><br />'; 26 26 } else { 27 27 $form_pingback = ''; … … 31 31 $form_prevstatus = '<input type="hidden" name="prev_status" value="'.$post_status.'" />'; 32 32 if (get_settings('use_trackback')) { 33 $form_trackback = '<p><label for="trackback"><a href="http://wordpress.org/docs/reference/post/#trackback" title="' . __('Help on trackbacks') . '">' . __('<strong>TrackBack</strong> an <a cronym title="Uniform Resource Locator">URL</acronym></a>') . '</label> ' . __('(Separate multiple <acronym title="Uniform Resource Locator">URL</acronym>s with spaces.)') . '<br />33 $form_trackback = '<p><label for="trackback"><a href="http://wordpress.org/docs/reference/post/#trackback" title="' . __('Help on trackbacks') . '">' . __('<strong>TrackBack</strong> an <abbr title="Universal Resource Identifier">URI</abbr></a>') . '</label> ' . __('(Separate multiple <abbr title="Universal Resource Identifier">URI</abbr>s with spaces.)') . '<br /> 34 34 <input type="text" name="trackback_url" style="width: 415px" id="trackback" tabindex="7" value="'. str_replace("\n", ' ', $to_ping) .'" /></p>'; 35 35 if ('' != $pinged) { -
trunk/wp-admin/edit-form.php
r1148 r1233 12 12 $form_pingback = '<input type="checkbox" class="checkbox" name="post_pingback" value="1" '; 13 13 if ($post_pingback) $form_pingback .= 'checked="checked" '; 14 $form_pingback .= 'tabindex="7" id="pingback" /> <label for="pingback">' . sprintf(__('<strong>PingBack</strong> the <a cronym title="Uniform Resource Locators">URL</acronym>s in this post</label> <a href="%s" title="Help on Pingbacks">?</a><br />'), 'http://wordpress.org/docs/reference/post/#pingback');14 $form_pingback .= 'tabindex="7" id="pingback" /> <label for="pingback">' . sprintf(__('<strong>PingBack</strong> the <abbr title="Universal Resource Identifier">URI</abbr>s in this post</label> <a href="%s" title="Help on Pingbacks">?</a><br />'), 'http://wordpress.org/docs/reference/post/#pingback'); 15 15 } else { 16 16 $form_pingback = ''; 17 17 } 18 18 if (get_settings('use_trackback')) { 19 $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 <a cronym title="Uniform Resource Locator">URL</acronym>s with spaces.)<br />'), 'http://wordpress.org/docs/reference/post/#trackback') .19 $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') . 20 20 '<input type="text" name="trackback_url" style="width: 360px" id="trackback" tabindex="7" /></p>'; 21 21 if ('' != $pinged) { -
trunk/wp-admin/users.php
r1211 r1233 176 176 <th><?php _e('Name') ?></th> 177 177 <th><?php _e('E-mail') ?></th> 178 <th><?php _e(' URI') ?></th>178 <th><?php _e('Website') ?></th> 179 179 <th><?php _e('Level') ?></th> 180 180 <th><?php _e('Posts') ?></th> … … 229 229 <th><?php _e('Name') ?></th> 230 230 <th><?php _e('E-mail') ?></th> 231 <th><?php _e(' URI') ?></th>231 <th><?php _e('Website') ?></th> 232 232 <th><?php _e('Level') ?></th> 233 233 </tr> … … 271 271 <?php printf(__('<p>Users can <a href="%s/wp-register.php">register themselves</a> or you can manually create users here.</p>'), get_settings('siteurl')); ?> 272 272 <form action="" method="post" name="adduser" id="adduser"> 273 <table border="0" cellspacing="5" cellpadding="3">274 <tr> 275 <th scope="row" ><?php _e('Nickname') ?>273 <table class="editform" width="100%" cellspacing="2" cellpadding="5"> 274 <tr> 275 <th scope="row" width="33%"><?php _e('Nickname') ?> 276 276 <input name="action" type="hidden" id="action" value="adduser" /></th> 277 <td ><input name="user_login" type="text" id="user_login" /></td>277 <td width="66%"><input name="user_login" type="text" id="user_login" /></td> 278 278 </tr> 279 279 <tr> … … 286 286 </tr> 287 287 <tr> 288 <th scope="row"><?php _e('E mail') ?></th>288 <th scope="row"><?php _e('E-mail') ?></th> 289 289 <td><input name="email" type="text" id="email" /></td> 290 290 </tr> 291 291 <tr> 292 <th scope="row"><?php _e(' URI') ?></th>292 <th scope="row"><?php _e('Website') ?></th> 293 293 <td><input name="uri" type="text" id="uri" /></td> 294 294 </tr>
Note: See TracChangeset
for help on using the changeset viewer.