summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wp-includes/comment.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wp-includes/comment.php b/src/wp-includes/comment.php
index d09dc4967c..a16a33c132 100644
--- a/src/wp-includes/comment.php
+++ b/src/wp-includes/comment.php
@@ -3692,7 +3692,7 @@ function wp_comments_personal_data_exporter( $email_address, $page = 1 ) {
'author_email' => $email_address,
'number' => $number,
'paged' => $page,
- 'order_by' => 'comment_ID',
+ 'orderby' => 'comment_ID',
'order' => 'ASC',
'update_comment_meta_cache' => false,
)
@@ -3815,7 +3815,7 @@ function wp_comments_personal_data_eraser( $email_address, $page = 1 ) {
'author_email' => $email_address,
'number' => $number,
'paged' => $page,
- 'order_by' => 'comment_ID',
+ 'orderby' => 'comment_ID',
'order' => 'ASC',
'include_unapproved' => true,
)