Changeset 54351 for trunk/src/wp-includes/class-wp-dependency.php
- Timestamp:
- 09/28/2022 10:17:38 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-dependency.php
r54133 r54351 127 127 * @return bool False if $domain is not a string, true otherwise. 128 128 */ 129 public function set_translations( $domain, $path = null) {129 public function set_translations( $domain, $path = '' ) { 130 130 if ( ! is_string( $domain ) ) { 131 131 return false;
Note: See TracChangeset
for help on using the changeset viewer.