This plugin comes to counteract browser behavior to collapse consecutive spaces in display windows.
This plugin adds a non-breaking space after sentence-ending punctuation to retain the appearance of the two-space intent.
Installation:
Unpack and upload it to the /wp-content/plugins/ directory.
Activate the plugin through the 'Plugins' menu in WordPress.
Requirements:
· WordPress 1.5 or higher
Limitations:
· The plugin will only enforce the two-space gap in places where two or more spaces actually separate sentences in posts. It will NOT insert a second space if only one space is present.
What's New in This Release: [ read full changelog ]
· Create filter 'hide_broken_shortcode' to allow customization of the output for broken shortcodes
· Now also filter widget_text
· Add PHPDoc documentation
· Note compatibility with WP 2.8+ and 2.9+
· Update readme.txt