remove the misleading description from readme.txt

git-svn-id: https://plugins.svn.wordpress.org/sqlite-integration/trunk@823590 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
kjmtsh 2013-12-17 02:55:27 +00:00
parent f41368010a
commit 8c2258e7ee
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ SQLiteとMySQLを交互に使いたい場合は、「MySQLの設定」セクシ
`define('USE_MYSQL', false);
// 編集が必要なのはここまでです !`
この定義は、WordPressがSQLiteを使うようにさせるものです。MySQLを使いたい場合は、'false'を'true'に変えるか、この行自体を削除してください。
この定義は、WordPressがSQLiteを使うようにさせるものです。MySQLを使いたい場合は、'false'を'true'に変えてください。
= オプションの設定 =

View File

@ -78,7 +78,7 @@ If you want to use SQLite and MySQL interchangeably, you must edit the database
`define('USE_MYSQL', false);
/* That's all, stop editing! Happy blogging. */`
This definition makes WordPress use SQLite. If you want to change the database to MySQL, change 'false' to 'true' or just delete this line.
This definition makes WordPress use SQLite. If you want to change the database to MySQL, change 'false' to 'true'.
= Optional settings =