Changeset 6166
- Timestamp:
- 12/13/2016 09:12:36 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/bb-includes/functions.bb-l10n.php
r2383 r6166 482 482 function &get_translations_for_domain( $domain ) { 483 483 global $l10n; 484 $empty = &new Translations;484 $empty = new Translations; 485 485 if ( isset($l10n[$domain]) ) 486 486 return $l10n[$domain];
Note: See TracChangeset
for help on using the changeset viewer.