回答編集履歴

1

編集

2018/04/08 13:34

投稿

退会済みユーザー
test CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  ```
4
4
 
5
- function premove_underscore( $filename, $filename_raw ) {
5
+ function remove_underscore( $filename, $filename_raw ) {
6
6
 
7
7
  if( strpos( $filename, '_') !== false && mb_substr_count( $filename, '.') == '2' ){
8
8