Changeset 61006 for trunk/src/wp-admin/includes/plugin.php
- Timestamp:
- 10/21/2025 04:31:04 AM (3 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/plugin.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/plugin.php
r60995 r61006 154 154 } 155 155 } 156 } elseif ( 'hello.php' === basename( $plugin_file ) ) { 157 $textdomain = 'default'; 156 158 } 157 159 if ( $textdomain ) { … … 1006 1008 1007 1009 $plugin_slug = dirname( $plugin_file ); 1010 1011 if ( 'hello.php' === $plugin_file ) { 1012 $plugin_slug = 'hello-dolly'; 1013 } 1008 1014 1009 1015 // Remove language files, silently.
Note: See TracChangeset
for help on using the changeset viewer.