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

Diagnosis

描述

It is hard for novice WordPress users to find out what the backbone of their hosting is made up of. Some plugins may require a specific version of the PHP scripting language or a certain version of the MySQL database management software.

Diagnosis adds pages to the Dashboard menu where the main administrator of the WordPress installation can view technical data about the server in an easy manner along with a suitable explanation. Most fields also have a link to an appropriate Wikipedia article.

This plugin is predominantly based on the original Diagnosis plugin: http://nlindblad.org/wordpress/diagnosis/

Translations

螢幕截圖

  • Part of the Diagnosis screen.

安裝

  1. Upload the diagnosis folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Visit Dashboard -> Diagnosis to see the information.

常見問題

Installation Instructions
  1. Upload the diagnosis folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Visit Dashboard -> Diagnosis to see the information.
Something isn’t working correctly. What should I do?

Make sure you’re on the latest version of WordPress, then let me know what the problem is with as much detail as possible.

評價

There are no reviews for this plugin.

貢獻者及開發者

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

貢獻者

Diagnosis 外掛目前已有 1 個本地化語言版本。 感謝所有譯者為這個外掛做出的貢獻。

將 Diagnosis 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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

修改日誌

3.0.0

  • Complete rewrite to update code organisation.
  • Support for GitHub Updater added.

2.1.2

  • Fixed more strings that weren’t translatable.
  • Fixed permissions issue for non-MS sites added in 2.1
  • Added German translation.

2.1.1

  • Re-commit since previous version apparently lost css and languages folder (props tsdk for the heads-up).

2.1

  • Improved and tidied code structure.
  • Fixed some table heading strings that weren’t translatable.
  • Fixed some typos.
  • Added a couple of new rows of data.
  • Now requires PHP5.

2.0.2

  • Bump to indicate support for 3.1.
  • Fixed minor code standard issues.

2.0.1

  • Added support for localization.
  • diagnosis.pot file added to languages subfolder.
  • Fixed minor style issue.

2.0

  • Initial release based on original plugin: http://nlindblad.org/wordpress/diagnosis/ .
  • Rewritten as a plugin class to ensure no function name collisions.
  • Added custom_theme_support('diagnosis_menu') and custom_theme_support('diagnosis_phpinfo_menu') checks so it can be disabled in a theme.
  • Added new diagnosis_read capability, assigned to administrators by default.
  • Added phpinfo() as a new page.
  • Moved styles into external style sheet so they are cached.