Make WordPress Core


Ignore:
Timestamp:
10/14/2020 09:11:09 PM (4 years ago)
Author:
ocean90
Message:

I18N: Use wp.i18n for translatable strings in wp-admin/js/dashboard.js.

  • Deprecate the l10n property on communityEventsData.
  • Introduce version parameter for deprecateL10nObject and backfill the version for deprecated objects in 5.5.0.
  • Add a noop version of deprecateL10nObject for QUnit testing.

Fixes #51498.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/qunit/index.html

    r49146 r49151  
    8383            <script src="fixtures/js-widgets-endpoint.js"></script>
    8484            <script src="fixtures/wp-api.js"></script>
     85            <script src="fixtures/common.js"></script>
    8586        </div>
    8687
Note: See TracChangeset for help on using the changeset viewer.