You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* outdent the alert
we're no longer in the numbered list so I don't know that we need to be indented here as if we were. this may be what's causing the formatting issue.
* Align alert tags
---------
Co-authored-by: Rachel Whitton <[email protected]>
Copy file name to clipboardExpand all lines: source/content/addons/object-cache/howto/wordpress.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -328,13 +328,13 @@ Lando's [Pantheon recipe](https://docs.lando.dev/plugins/pantheon/) includes Red
328
328
```
329
329
330
330
<Alert title="Note" type="info">
331
-
If you don't want to bother with changing the configuration forlocal environments, you can simply disable Object Cache Pro for Lando and leave the existing configuration:
332
-
333
-
```php
334
-
if ( isset( $_ENV['LANDO'] ) &&'ON' === $_ENV['LANDO'] ) {
335
-
define( 'WP_REDIS_DISABLED', true );
336
-
}
337
-
```
331
+
If you don't want to bother with changing the configuration forlocal environments, you can simply disable Object Cache Pro for Lando and leave the existing configuration:
332
+
333
+
```php
334
+
if ( isset( $_ENV['LANDO'] ) &&'ON' === $_ENV['LANDO'] ) {
335
+
define( 'WP_REDIS_DISABLED', true );
336
+
}
337
+
```
338
338
</Alert>
339
339
340
340
Make sure to commit your code back to your environment when you have made the appropriate changes.
0 commit comments