Make WordPress Core

Changeset 43114 for branches/4.9


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

Make the string WordPress translatable.

Props mnelson4.
Merges [42999] to the 4.9 branch.
See #43620.

Location:
branches/4.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.9

  • branches/4.9/src/wp-admin/includes/misc.php

    r43113 r43114  
    16051605    public static function add_suggested_content() {
    16061606        $content = self::get_default_content();
    1607         wp_add_privacy_policy_content( 'WordPress', $content );
    1608     }
    1609 }
     1607        wp_add_privacy_policy_content( __( 'WordPress' ), $content );
     1608    }
     1609}
Note: See TracChangeset for help on using the changeset viewer.