Changeset 4890 for trunk/wp-content/themes/default/comments-popup.php
- Timestamp:
- 02/16/2007 04:36:51 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/default/comments-popup.php
r4656 r4890 57 57 58 58 <form action="<?php echo get_option('siteurl'); ?>/wp-comments-post.php" method="post" id="commentform"> 59 <?php if ( $user_ID ) : ?> 60 <p>Logged in as <a href="<?php echo get_option('siteurl'); ?>/wp-admin/profile.php"><?php echo $user_identity; ?></a>. <a href="<?php echo get_option('siteurl'); ?>/wp-login.php?action=logout" title="Log out of this account">Logout »</a></p> 61 <?php else : ?> 59 62 <p> 60 63 <input type="text" name="author" id="author" class="textarea" value="<?php echo $comment_author; ?>" size="28" tabindex="1" /> … … 73 76 <label for="url"><abbr title="Universal Resource Locator">URL</abbr></label> 74 77 </p> 78 <?php endif; ?> 75 79 76 80 <p>
Note: See TracChangeset
for help on using the changeset viewer.