Changeset 36283
- Timestamp:
- 01/13/2016 01:55:42 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/plugin.php
r36282 r36283 125 125 } 126 126 } 127 } elseif ( in_array( basename( $plugin_file ), array( 'hello.php', 'akismet.php' )) ) {127 } elseif ( 'hello.php' == basename( $plugin_file ) ) { 128 128 $textdomain = 'default'; 129 129 }
Note: See TracChangeset
for help on using the changeset viewer.