=== Extra Sentence Space === Contributors: coffee2code Donate link: http://coffee2code.com/donate Tags: formatting, post, content, space, coffee2code Requires at least: 1.5 Tested up to: 2.9.1 Stable tag: 1.1 Version: 1.1 Force browsers to display two spaces (when present) between sentences. == Description == Force browsers to display two spaces (when present) between sentences. Even though you may add two spaces after each sentence when writing a post (assuming you subscribe to a writing style that suggests such spacing) web browsers will collapse consecutive blank spaces into a single space when viewed. This plugin adds a   (non-breaking space) after sentence-ending punctuation to retain the appearance of your two-space intent. NOTE: The plugin will only enforce the two-space gap in places where two or more spaces actually separate sentences in your posts. It will NOT insert a second space if only one space is present. == Installation == 1. Unzip `extra-sentence-space.zip` inside the `/wp-content/plugins/` directory (or install via the built-in WordPress plugin installer) 1. Activate the plugin through the 'Plugins' admin menu in WordPress 1. Begin (or continue) to use two spaces to separate your sentences when writing a post. == Frequently Asked Questions == = What text does this plugin modify (aka filter)? = This plugin potentially modifies the post content, excerpt, title, comment text, and widget text. = Why do my sentences still appear to be separated by only one space despite the plugin being active? = Did you use two spaces to separate the sentences when you wrote the post? This plugin only retains the appearance of those two spaces when the post is viewed in a browser; it does not insert a second space if there wasn't one originally present. == Changelog == = 1.1 = * 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 (including adding Changelog) = 1.0.1 = * Note compatibility with WP 2.6+ and 2.7+ * Update copyright date * Tweak description and extended description * Remove commented out line of code that could be used to insert a second space if two aren't present * Update and fix some mis-worded sentences in readme.txt = 1.0 = * Initial release