Changeset 11109 for trunk/wp-content/themes/classic/comments-popup.php
- Timestamp:
- 04/28/2009 05:58:45 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/classic/comments-popup.php
r11067 r11109 65 65 <form action="<?php echo get_option('siteurl'); ?>/wp-comments-post.php" method="post" id="commentform"> 66 66 <?php if ( is_user_logged_in() ) : ?> 67 <p><?php printf(__('Logged in as %s.'), '<a href="'.get_option('siteurl').'/wp-admin/profile.php">'.$user_identity.'</a>'); ?> <a href="<?php echo wp_logout_url(); ?>" title="<?php echo attr ibute_escape(__('Log out of this account')); ?>"><?php _e('Log out »'); ?></a></p>67 <p><?php printf(__('Logged in as %s.'), '<a href="'.get_option('siteurl').'/wp-admin/profile.php">'.$user_identity.'</a>'); ?> <a href="<?php echo wp_logout_url(); ?>" title="<?php echo attr(__('Log out of this account')); ?>"><?php _e('Log out »'); ?></a></p> 68 68 <?php else : ?> 69 69 <p> … … 91 91 <p> 92 92 <input type="hidden" name="comment_post_ID" value="<?php echo $id; ?>" /> 93 <input type="hidden" name="redirect_to" value="<?php echo attr ibute_escape($_SERVER["REQUEST_URI"]); ?>" />93 <input type="hidden" name="redirect_to" value="<?php echo attr($_SERVER["REQUEST_URI"]); ?>" /> 94 94 <input name="submit" type="submit" tabindex="5" value="<?php _e("Say It!"); ?>" /> 95 95 </p>
Note: See TracChangeset
for help on using the changeset viewer.