Changeset 1420 for trunk/wp-admin/edit-comments.php
- Timestamp:
- 06/13/2004 04:14:58 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-comments.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-comments.php
r1411 r1420 35 35 <input type="submit" name="submit" value="<?php _e('Search') ?>" /> 36 36 <input type="hidden" name="mode" value="<?php echo $mode; ?>" /> 37 <?php _e('(Searches within comment text, e mail, URI, and IP address.)') ?>37 <?php _e('(Searches within comment text, e-mail, URI, and IP address.)') ?> 38 38 </fieldset> 39 39 </form> … … 80 80 } 81 81 ?> 82 <p><strong><?php _e('Name:') ?></strong> <?php comment_author() ?> <?php if ($comment->comment_author_email) { ?>| <strong><?php _e('E mail:') ?></strong> <?php comment_author_email_link() ?> <?php } if ($comment->comment_author_email) { ?> | <strong><?php _e('URI:') ?></strong> <?php comment_author_url_link() ?> <?php } ?>| <strong><?php _e('IP:') ?></strong> <a href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=<?php comment_author_IP() ?>"><?php comment_author_IP() ?></a></p>82 <p><strong><?php _e('Name:') ?></strong> <?php comment_author() ?> <?php if ($comment->comment_author_email) { ?>| <strong><?php _e('E-mail:') ?></strong> <?php comment_author_email_link() ?> <?php } if ($comment->comment_author_email) { ?> | <strong><?php _e('URI:') ?></strong> <?php comment_author_url_link() ?> <?php } ?>| <strong><?php _e('IP:') ?></strong> <a href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=<?php comment_author_IP() ?>"><?php comment_author_IP() ?></a></p> 83 83 84 84 <?php comment_text() ?> … … 114 114 <th scope="col">*</th> 115 115 <th scope="col">' . __('Name') . '</th> 116 <th scope="col">' . __('E mail') . '</th>116 <th scope="col">' . __('E-mail') . '</th> 117 117 <th scope="col">' . __('IP') . '</th> 118 118 <th scope="col">' . __('Comment Excerpt') . '</th>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)