Plugin Directory

Changeset 3319121


Ignore:
Timestamp:
06/28/2025 11:42:56 AM (9 months ago)
Author:
A5hleyRich
Message:

Attempt to fix readme formatting

Location:
debughawk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • debughawk/tags/0.8.1/readme.txt

    r3318985 r3319121  
    39394. Configure the plugin by adding the configuration provided by DebugHawk to your `wp-config.php` file, above the line that says `/* That's all, stop editing! */`:
    4040
    41 ```
    42 define( 'DEBUGHAWK_CONFIG', [
     41`define( 'DEBUGHAWK_CONFIG', [
    4342    'enabled' => true,
    4443    'endpoint' => '...',
    4544    'secret' => '...',
    46 ] );
    47 ```
     45] );`
    4846
    4947== Configuration ==
  • debughawk/trunk/readme.txt

    r3318985 r3319121  
    39394. Configure the plugin by adding the configuration provided by DebugHawk to your `wp-config.php` file, above the line that says `/* That's all, stop editing! */`:
    4040
    41 ```
    42 define( 'DEBUGHAWK_CONFIG', [
     41`define( 'DEBUGHAWK_CONFIG', [
    4342    'enabled' => true,
    4443    'endpoint' => '...',
    4544    'secret' => '...',
    46 ] );
    47 ```
     45] );`
    4846
    4947== Configuration ==
Note: See TracChangeset for help on using the changeset viewer.