Skip to content

Commit 94d1be9

Browse files
committed
Minor updates to documentation
1 parent 5766293 commit 94d1be9

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Zebra_Database.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ class Zebra_Database {
203203
* $debug_ajax = './update-debug-info.php';
204204
* </code>
205205
*
206-
* > You need to move the `update-debug-info.php` file from the library's root folder to location accessible by an
206+
* > You need to move the `update-debug-info.php` file from the library's root folder to a location accessible by an
207207
* AJAX GET request. Additionally, you can rename the file to whatever suits your needs - or use whatever
208208
* technique you want, as long as the file is publicly accessible and its content is unchanged.
209209
*
@@ -225,11 +225,12 @@ class Zebra_Database {
225225
*
226226
* > Note that this will work only if the {@link $debug} property is set to `TRUE` both in the "main" file as well as in the file that is being called through AJAX.
227227
*
228-
* > This needs to be set only for the "main" script; setting it for the files called through AJAX has no effect.
228+
* > The `debug_ajax` property needs to be set only for the "main" script; setting it for the files called through
229+
* AJAX has no effect.
229230
*
230231
* Default is `FALSE`
231232
*
232-
* @since 2.11.0
233+
* @since 2.12.0
233234
*
234235
* @var string
235236
*/

0 commit comments

Comments
 (0)