Make WordPress Core


Ignore:
Timestamp:
05/02/2018 02:15:05 AM (6 years ago)
Author:
SergeyBiryukov
Message:

Privacy: add means to export personal data by username or email address. Generate a zipped export file containing all data. First run.

Props allendav.
Merges [43012] and [43089] to the 4.9 branch.
See #43546.

Location:
branches/4.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.9

  • branches/4.9/src/wp-includes/comment.php

    r43080 r43092  
    32243224                case 'comment_link':
    32253225                    $value = get_comment_link( $comment->comment_ID );
     3226                    $value = '<a href="' . $value . '" target="_blank" rel="noreferrer noopener">' . $value . '</a>';
    32263227                    break;
    32273228            }
Note: See TracChangeset for help on using the changeset viewer.