Changeset 56178 for trunk/src/wp-includes/class-wp-locale-switcher.php
- Timestamp:
- 07/09/2023 09:23:34 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-locale-switcher.php
r55298 r56178 256 256 } 257 257 258 // Unload current text domain but allow them to be reloaded 259 // after switching back or to another locale. 258 /* 259 * Unload current text domain but allow them to be reloaded 260 * after switching back or to another locale. 261 */ 260 262 unload_textdomain( $domain, true ); 261 263 get_translations_for_domain( $domain );
Note: See TracChangeset
for help on using the changeset viewer.