Changeset 57639 for trunk/src/wp-includes/class-wp-textdomain-registry.php
- Timestamp:
- 02/16/2024 10:26:14 AM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-textdomain-registry.php
r57516 r57639 315 315 if ( $file_path === $mo_path || $file_path === $php_path ) { 316 316 $found_location = rtrim( $location, '/' ) . '/'; 317 break 2; 317 318 } 318 319 }
Note: See TracChangeset
for help on using the changeset viewer.