Skip to content

Commit 94a5357

Browse files
authored
Fix comments in wp-config.php
Updated comments for clarity and consistency.
1 parent 39b8031 commit 94a5357

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

wp-config/wp-config.php

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,23 +29,23 @@
2929
// ini_set('log_errors', '1');
3030
// ini_set('display_errors', '0');
3131

32-
/** Composer. */
32+
/** Composer autoloader. */
3333

3434
require_once dirname(__DIR__) . '/vendor/autoload.php';
3535

36-
/** Security. */
37-
3836
/**
39-
* PHP rate limiter
37+
* PHP rate limiter.
4038
*
4139
* @see https://github.com/szepeviktor/php-rate-limiter
4240
*/
4341

4442
require __DIR__ . '/rate-limiter.php';
4543

4644
/**
45+
* Security.
46+
*
4747
* composer require szepeviktor/waf4wordpress
48-
* Copy mu-plugins/waf4wordpress.php
48+
* Install mu-plugins/waf4wordpress.php
4949
*
5050
* @see https://github.com/szepeviktor/waf4wordpress/blob/master/README.md#composer-installation
5151
*/
@@ -83,6 +83,7 @@
8383

8484
/**
8585
* Full page cache.
86+
*
8687
define('WP_CACHE', true);
8788
*/
8889

0 commit comments

Comments
 (0)