Changeset 47794 for trunk/src/wp-includes/class-wp-theme.php
- Timestamp:
- 05/14/2020 12:49:00 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme.php
r47631 r47794 935 935 return $this->name_translated; 936 936 } 937 937 938 // phpcs:ignore WordPress.WP.I18n.LowLevelTranslationFunction,WordPress.WP.I18n.NonSingularStringLiteralText,WordPress.WP.I18n.NonSingularStringLiteralDomain 938 939 $this->name_translated = translate( $value, $this->get( 'TextDomain' ) ); 940 939 941 return $this->name_translated; 940 942 case 'Tags': … … 971 973 972 974 $feature_list = get_theme_feature_list( false ); // No API. 975 973 976 foreach ( $feature_list as $tags ) { 974 977 $tags_list += $tags;
Note: See TracChangeset
for help on using the changeset viewer.