這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

To Title Case

描述

Automatically convert post titles on-the-fly, using
Kroc Camen’s port of
John Gruber’s title case. All
most all of the code was written by Kroc Camen, so he deserves the credit.
Credit also to David Gouch and John Gruber, who wrote the
Javascript port and original Perl
versions respectively.

安裝

  1. Upload to-title-case.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Done! Go to your site and notice the new spiffy titles.

This should technically work on any WordPress installation with the ability to
install plugins, as the_title has been around since before it.

常見問題

Who wrote this?

The original version was written by John Gruber for use on his site,
Daring Fireball. David Gouch then wrote a
Javascript port, which improved on
the original script by handling some edge cases. Kroc Camen then ported it to
PHP
. Finally, Ryan McCue (that’s me)
wrote the WordPress adaptation.

Confused yet? 🙂

What if I find a bug?

If the bug is a WordPress specific bug, contact me via
my website. If the bug is to do with title-casing
itself, contact Kroc Camen.

評價

There are no reviews for this plugin.

貢獻者及開發者

“To Title Case” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 To Title Case 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

= 1.0.2
Ryan: Use Unicode characters correctly.

1.0.1

Kroc: Add \p{L} to get accented letters working.

1.0

  • Original version.