Changeset 25672
- Timestamp:
- 10/02/2013 09:16:17 PM (12 years ago)
- Location:
- trunk/src/wp-includes/theme-compat
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme-compat/comments-popup.php
r22431 r25672 67 67 <p><?php printf(__('Line and paragraph breaks automatic, e-mail address never displayed, <acronym title="Hypertext Markup Language">HTML</acronym> allowed: <code>%s</code>'), allowed_tags()); ?></p> 68 68 69 <form action="<?php echo get_option('siteurl'); ?>/wp-comments-post.php" method="post" id="commentform">69 <form action="<?php echo site_url(); ?>/wp-comments-post.php" method="post" id="commentform"> 70 70 <?php if ( $user_ID ) : ?> 71 71 <p><?php printf(__('Logged in as <a href="%1$s">%2$s</a>. <a href="%3$s" title="Log out of this account">Log out »</a>'), get_edit_user_link(), $user_identity, wp_logout_url(get_permalink())); ?></p> -
trunk/src/wp-includes/theme-compat/comments.php
r21364 r25672 66 66 <?php else : ?> 67 67 68 <form action="<?php echo get_option('siteurl'); ?>/wp-comments-post.php" method="post" id="commentform">68 <form action="<?php echo site_url(); ?>/wp-comments-post.php" method="post" id="commentform"> 69 69 70 70 <?php if ( is_user_logged_in() ) : ?>
Note: See TracChangeset
for help on using the changeset viewer.