Changeset 56178 for trunk/src/wp-includes/class-wp-textdomain-registry.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-textdomain-registry.php
r55865 r56178 202 202 } 203 203 204 // If no path is found for the given locale and a custom path has been set 205 // using load_plugin_textdomain/load_theme_textdomain, use that one. 204 /* 205 * If no path is found for the given locale and a custom path has been set 206 * using load_plugin_textdomain/load_theme_textdomain, use that one. 207 */ 206 208 if ( 'en_US' !== $locale && isset( $this->custom_paths[ $domain ] ) ) { 207 209 $fallback_location = rtrim( $this->custom_paths[ $domain ], '/' ) . '/';
Note: See TracChangeset
for help on using the changeset viewer.