Changeset 54891 for trunk/src/wp-includes/l10n.php
- Timestamp:
- 11/29/2022 03:49:49 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/l10n.php
r54855 r54891 1307 1307 static $noop_translations = null; 1308 1308 if ( null === $noop_translations ) { 1309 $noop_translations = new NOOP_Translations ;1309 $noop_translations = new NOOP_Translations(); 1310 1310 } 1311 1311
Note: See TracChangeset
for help on using the changeset viewer.