ეს პლაგინი არ დატესტილა WordPress-ის 3 ძირითად ვერსიაზე. როგორც ჩანს, ის უკვე აღარ არის მხარდაჭერილი და შესაძლოა არ იყოს თავსებადი WordPress-ის მიმდინარე ვერსიასთან.

Remove Double Space

აღწერა

On display, duplicate whitespace (including unicode whitespace characters) in between sentences or elsewhere within posts will be replaced with a single space. Useful if multiple contributors use different styles for sentence spacing or as a catch-all for any unintended extra whitespace.

This enables consistency in a blog with multiple contributors where one writer uses double spaces between sentences and another uses single spaces.

No modifications are made to the post content itself, the replacement happens when the content is displayed to the user.

დაყენება

  1. Unzip remove-double-space.zip.
  2. Upload the remove-double-space directory to the /wp-content/plugins/ directory.
  3. Activate the plugin through the ‘Plugins’ menu in WordPress.
  4. Navigate to the admin panel Settings > Remove Spaces to turn the replacement on/off (off by default).

ხდკ

Does this plugin clean up after itself if uninstalled?

Yes, if deleted via the admin interface, the plugin will remove its options from the database using the uninstall.php file. Deactivating the plugin won’t have any effect on the database options. If this file is not included with the plugin, the uninstall process will not run.

მიმოხილვები

There are no reviews for this plugin.

მონაწილეები & დეველოპერები

“Remove Double Space” ღია პროგრამული უზრუნველყოფაა. შემდეგმა ადამიანებმა წვილი შეიტანეს მის განვითარებაში.

მონაწილეები

გადათარგმნეთ Remove Double Space თქვენს ენაზე.

დაინტერესებული ხართ დეველოპმენტით?

დაათვალიერეთ კოდი, შეამოწმეთ SVN რეპო, ან გამოიწერეთ შექმნის ჟურნალი : RSS.

ცვლილებები

0.3

  • Tested up to 3.2

0.2

  • Fully uses Settings API
  • Changed menu name and moved to Settings panel, added link to settings from plugins page
  • Encapsulated plugin in a class
  • Fixed donation link

0.1

  • Initial release, supports switching replacement off/on globally.