Changeset 51064
- Timestamp:
- 06/02/2021 03:11:54 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/plugin.php
r50921 r51064 1000 1000 } 1001 1001 1002 $plugin_slug = dirname( $plugin_file ); 1003 1004 if ( 'hello.php' === $plugin_file ) { 1005 $plugin_slug = 'hello-dolly'; 1006 } 1007 1002 1008 // Remove language files, silently. 1003 $plugin_slug = dirname( $plugin_file );1004 1009 if ( '.' !== $plugin_slug && ! empty( $plugin_translations[ $plugin_slug ] ) ) { 1005 1010 $translations = $plugin_translations[ $plugin_slug ];
Note: See TracChangeset
for help on using the changeset viewer.