Make WordPress Core


Ignore:
Timestamp:
01/29/2020 12:43:23 AM (6 years ago)
Author:
SergeyBiryukov
Message:

Docs: Improve inline comments per the documentation standards.

Includes minor code layout fixes for better readability.

See #48303.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/privacy-tools.php

    r46265 r47122  
    322322
    323323    $stripped_email       = str_replace( '@', '-at-', $email_address );
    324     $stripped_email       = sanitize_title( $stripped_email ); // slugify the email address
     324    $stripped_email       = sanitize_title( $stripped_email ); // Slugify the email address.
    325325    $obscura              = wp_generate_password( 32, false, false );
    326326    $file_basename        = 'wp-personal-data-file-' . $stripped_email . '-' . $obscura;
Note: See TracChangeset for help on using the changeset viewer.