Changeset 20945
- Timestamp:
- 05/27/2012 04:42:38 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-theme.php
r20715 r20945 1026 1026 if ( $domainpath = $this->get('DomainPath') ) 1027 1027 $path .= $domainpath; 1028 else 1029 $path .= '/languages'; 1028 1030 1029 1031 $this->textdomain_loaded = load_theme_textdomain( $textdomain, $path );
Note: See TracChangeset
for help on using the changeset viewer.