Change default add_below. see #8550
git-svn-id: https://develop.svn.wordpress.org/trunk@10179 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
32e006e74c
commit
76dc2686b5
@ -1024,7 +1024,7 @@ function comment_reply_link($args = array(), $comment = null, $post = null) {
|
||||
function get_post_reply_link($args = array(), $post = null) {
|
||||
global $user_ID;
|
||||
|
||||
$defaults = array('add_below' => 'comment', 'respond_id' => 'respond', 'reply_text' => __('Leave a Comment'),
|
||||
$defaults = array('add_below' => 'post', 'respond_id' => 'respond', 'reply_text' => __('Leave a Comment'),
|
||||
'login_text' => __('Log in to leave a Comment'), 'before' => '', 'after' => '');
|
||||
|
||||
$args = wp_parse_args($args, $defaults);
|
||||
|
Loading…
x
Reference in New Issue
Block a user