Changeset 2754633
- Timestamp:
- 07/11/2022 03:30:05 PM (4 years ago)
- File:
-
- 1 edited
-
appful/tags/1.1.1/plugins/wpml.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
appful/tags/1.1.1/plugins/wpml.php
r2754631 r2754633 22 22 } 23 23 24 return substr( get_bloginfo( "language" ), 0, 2 ) ?? "";24 return null; 25 25 } 26 26
Note: See TracChangeset
for help on using the changeset viewer.