Plugin Directory

Changeset 1165326


Ignore:
Timestamp:
05/21/2015 11:23:05 PM (11 years ago)
Author:
andreyk
Message:

Minor markup changes in readme.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sqlite-cache/trunk/readme.txt

    r1165308 r1165326  
    3333== Installation ==
    3434
    35 * Upload the plugin from the WordPress plugin installation page or unpack
    36 `sqlite-cache` folder to the plugins directory (usually `wp-content/plugins/`).
     35* Upload the plugin from the WordPress plugin installation page or
     36unpack `sqlite-cache` folder to the plugins directory
     37(usually `wp-content/plugins/`).
    3738
    3839* Activate the plugin through the WordPress Plugins manager, then you
    39 will see 'SQLite Cache' item in the `Settings` submenu of WordPress admin menu.
     40will see `SQLite Cache` item in the `Settings` submenu of WordPress admin menu.
    4041
    4142* Forms on the the plugin settings page:
     
    105106= As the cache script doesn't load the WordPress core where does it save it's settings? =
    106107
    107 * To get the plugin working you need to define the SQLite storage location in the
    108 `index.php` of the wordpress installation directory (note, not in wp-config.php
     108* To get the plugin working you need to define the SQLite storage location in
     109the `index.php` of the wordpress installation directory (note, not in wp-config.php
    109110but index.php). Besides of the SQLite file, this directory contains general
    110111settings file (compression setting) and a subfolder for per domain settings.
Note: See TracChangeset for help on using the changeset viewer.