From 8c2258e7ee33f984a7d18bddffb5385b9de7a222 Mon Sep 17 00:00:00 2001 From: kjmtsh Date: Tue, 17 Dec 2013 02:55:27 +0000 Subject: [PATCH] remove the misleading description from readme.txt git-svn-id: https://plugins.svn.wordpress.org/sqlite-integration/trunk@823590 b8457f37-d9ea-0310-8a92-e5e31aec5664 --- readme-ja.txt | 2 +- readme.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/readme-ja.txt b/readme-ja.txt index 35b96a5..67dba2b 100644 --- a/readme-ja.txt +++ b/readme-ja.txt @@ -78,7 +78,7 @@ SQLiteとMySQLを交互に使いたい場合は、「MySQLの設定」セクシ `define('USE_MYSQL', false); // 編集が必要なのはここまでです !` -この定義は、WordPressがSQLiteを使うようにさせるものです。MySQLを使いたい場合は、'false'を'true'に変えるか、この行自体を削除してください。 +この定義は、WordPressがSQLiteを使うようにさせるものです。MySQLを使いたい場合は、'false'を'true'に変えてください。 = オプションの設定 = diff --git a/readme.txt b/readme.txt index c3774f6..ecdcdd2 100644 --- a/readme.txt +++ b/readme.txt @@ -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 =