Skip to content

Commit 40191a3

Browse files
author
gitlost
committed
[ci skip] Fix readme faq.
1 parent 569da4b commit 40191a3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ global PHP variable `unfc_normalize`, but you should ensure that the `Normalizer
8282
}
8383
add_filter( 'myfilter', array( $unfc_normalize, 'normalize' ), 6 /* Or whatever priority you choose */ );
8484

85-
### Does it have a tool to normalize the filenames of files uploaded prior to its enabling?
85+
### Does it have a tool to normalize the filenames of files uploaded prior to its enabling? ###
8686

8787
No, it doesn't. Alas, such files would have to re-uploaded. However if (enough - or more like any) interest were expressed...
88-
###
88+
8989
## Screenshots ##
9090

9191
### 1. Before and after: pasting non-normalized text into a post's title and content. ###

dist/unfc-normalize-1.0.5.zip

0 Bytes
Binary file not shown.

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ global PHP variable `unfc_normalize`, but you should ensure that the `Normalizer
7979
}
8080
add_filter( 'myfilter', array( $unfc_normalize, 'normalize' ), 6 /* Or whatever priority you choose */ );
8181

82-
= Does it have a tool to normalize the filenames of files uploaded prior to its enabling?
82+
= Does it have a tool to normalize the filenames of files uploaded prior to its enabling? =
8383

8484
No, it doesn't. Alas, such files would have to re-uploaded. However if (enough - or more like any) interest were expressed...
8585

0 commit comments

Comments
 (0)