Changeset 58591
- Timestamp:
- 06/28/2024 08:49:36 AM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-textdomain-registry.php
r58390 r58591 183 183 * 184 184 * @param null|array $files List of translation files. Default null. 185 * @param string $pathThe path from which translation files are being fetched.186 * */185 * @param string $path The path from which translation files are being fetched. 186 */ 187 187 $files = apply_filters( 'pre_get_language_files_from_path', null, $path ); 188 188
Note: See TracChangeset
for help on using the changeset viewer.