Skip to content

Commit fa6d985

Browse files
author
gitlost
committed
[skip-ci] Fix readme trac link. Comment out some debug stuff.
1 parent 4e38d71 commit fa6d985

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ For browsers without normalization support, the [unorm polyfill](https://github.
3535

3636
### Background ###
3737

38-
For further info, see the WP Trac ticket [#30130 Normalize characters with combining marks to precomposed characters](https://coretrac.wordpress.org/ticket/30130)
38+
For further info, see the WP Trac ticket [#30130 Normalize characters with combining marks to precomposed characters](https://core.trac.wordpress.org/ticket/30130)
3939
and this [Make WP Core comment](https://make.wordpress.org/core/2016/05/17/may-17-feature-projects-chat-and-prompt/#comment-30300).
4040

4141
The plugin also works around the Safari-specific issues raised by the WP Trac ticket [#22363 Accents in attachment filenames should be sanitized](https://core.trac.wordpress.org/ticket/22363).

dist/unfc-normalize-1.0.5.zip

1 Byte
Binary file not shown.

includes/class-unfc-normalize.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ static function tested_wp_version() {
346346
* Called on 'init' action.
347347
*/
348348
function init() {
349-
unfc_debug_log( "dont_js=", $this->dont_js, ", dont_paste=", $this->dont_paste, ", dont_filter=", $this->dont_filter, ", no_normalizer=", $this->no_normalizer );
349+
//unfc_debug_log( "dont_js=", $this->dont_js, ", dont_paste=", $this->dont_paste, ", dont_filter=", $this->dont_filter, ", no_normalizer=", $this->no_normalizer );
350350

351351
$this->base = '';
352352
// TODO: Reset $this->added_filters ??
@@ -558,7 +558,7 @@ function init() {
558558
}
559559
}
560560

561-
unfc_debug_log( "base=", $this->base, ", added_filters=", $this->added_filters );
561+
//unfc_debug_log( "base=", $this->base, ", added_filters=", $this->added_filters );
562562
}
563563

564564
/**

readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ For browsers without normalization support, the [unorm polyfill](https://github.
3232

3333
= Background =
3434

35-
For further info, see the WP Trac ticket [#30130 Normalize characters with combining marks to precomposed characters](https://coretrac.wordpress.org/ticket/30130)
35+
For further info, see the WP Trac ticket [#30130 Normalize characters with combining marks to precomposed characters](https://core.trac.wordpress.org/ticket/30130)
3636
and this [Make WP Core comment](https://make.wordpress.org/core/2016/05/17/may-17-feature-projects-chat-and-prompt/#comment-30300).
3737

3838
The plugin also works around the Safari-specific issues raised by the WP Trac ticket [#22363 Accents in attachment filenames should be sanitized](https://core.trac.wordpress.org/ticket/22363).

0 commit comments

Comments
 (0)