Make WordPress Core


Ignore:
Timestamp:
07/04/2020 08:40:21 PM (6 years ago)
Author:
SergeyBiryukov
Message:

Docs: Correct spelling of "backward compatibility" per the Core Contributor Handbook glossary.

Follow-up to [45232].

See #49572.

File:
1 edited

Legend:

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

    r48234 r48302  
    474474    $archive_filename = get_post_meta( $request_id, '_export_file_name', true );
    475475
    476     // These are used for backwards compatibility.
     476    // These are used for backward compatibility.
    477477    $archive_url      = get_post_meta( $request_id, '_export_file_url', true );
    478478    $archive_pathname = get_post_meta( $request_id, '_export_file_path', true );
Note: See TracChangeset for help on using the changeset viewer.