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

Follow-up to [45232].

See #49572.

git-svn-id: https://develop.svn.wordpress.org/trunk@48302 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2020-07-04 20:40:21 +00:00
parent 719cf5650a
commit c9b4885dc8
3 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -473,7 +473,7 @@ function wp_privacy_generate_personal_data_export_file( $request_id ) {
// This postmeta is used from version 5.4.
$archive_filename = get_post_meta( $request_id, '_export_file_name', true );
// These are used for backwards compatibility.
// These are used for backward compatibility.
$archive_url = get_post_meta( $request_id, '_export_file_url', true );
$archive_pathname = get_post_meta( $request_id, '_export_file_path', true );