Make WordPress Core


Ignore:
Timestamp:
10/02/2013 09:16:17 PM (11 years ago)
Author:
nacin
Message:

Use site_url() in theme-compat.

props technosailor.
see #25418.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/theme-compat/comments.php

    r21364 r25672  
    6666<?php else : ?>
    6767
    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">
    6969
    7070<?php if ( is_user_logged_in() ) : ?>
Note: See TracChangeset for help on using the changeset viewer.