Skip to content

Commit

Permalink
[skip-ci] Fix readme trac link. Comment out some debug stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
gitlost committed Dec 10, 2016
1 parent 4e38d71 commit fa6d985
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ For browsers without normalization support, the [unorm polyfill](https://github.

### Background ###

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

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).
Expand Down
Binary file modified dist/unfc-normalize-1.0.5.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions includes/class-unfc-normalize.php
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ static function tested_wp_version() {
* Called on 'init' action.
*/
function init() {
unfc_debug_log( "dont_js=", $this->dont_js, ", dont_paste=", $this->dont_paste, ", dont_filter=", $this->dont_filter, ", no_normalizer=", $this->no_normalizer );
//unfc_debug_log( "dont_js=", $this->dont_js, ", dont_paste=", $this->dont_paste, ", dont_filter=", $this->dont_filter, ", no_normalizer=", $this->no_normalizer );

$this->base = '';
// TODO: Reset $this->added_filters ??
Expand Down Expand Up @@ -558,7 +558,7 @@ function init() {
}
}

unfc_debug_log( "base=", $this->base, ", added_filters=", $this->added_filters );
//unfc_debug_log( "base=", $this->base, ", added_filters=", $this->added_filters );
}

/**
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ For browsers without normalization support, the [unorm polyfill](https://github.

= Background =

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

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).
Expand Down

0 comments on commit fa6d985

Please sign in to comment.