Make WordPress Core

Changeset 42999


Ignore:
Timestamp:
04/24/2018 09:22:52 PM (6 years ago)
Author:
azaozz
Message:

Make the string WordPress translatable.

Props mnelson4.
See #43620.

File:
1 edited

Legend:

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

    r42992 r42999  
    16541654    public static function add_suggested_content() {
    16551655        $content = self::get_default_content();
    1656         wp_add_privacy_policy_content( 'WordPress', $content );
    1657     }
    1658 }
     1656        wp_add_privacy_policy_content( __( 'WordPress' ), $content );
     1657    }
     1658}
Note: See TracChangeset for help on using the changeset viewer.