Changeset 55865 for trunk/src/wp-includes/class-wp-textdomain-registry.php
- Timestamp:
- 05/29/2023 08:34:43 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-textdomain-registry.php
r55349 r55865 98 98 public function has( $domain ) { 99 99 return ( 100 ! empty( $this->current[ $domain ] ) ||100 isset( $this->current[ $domain ] ) || 101 101 empty( $this->all[ $domain ] ) || 102 102 in_array( $domain, $this->domains_with_translations, true )
Note: See TracChangeset
for help on using the changeset viewer.