Skip to content

Commit 7633c88

Browse files
committed
Fix: Add newline to wordpress cred description
Signed-off-by: Craig Jellick <[email protected]>
1 parent 10c84a9 commit 7633c88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wordpress/credential/tool.gpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ Tools: ../../generic-credential
2828
"sensitive": true
2929
}
3030
],
31-
"message": "WARNING: This tool does not support WordPress.com sites.\nPREREQUISITES:\n1. Create an application password to enable post creation:\n - Go to your WordPress site admin dashboard.\n - In the left sidebar, click `Users`, then edit your user profile.\n - Scroll to the `Application Passwords` section and click `Add New Application Password`.\n2. Configure permalinks for the WordPress API to work:\n - In the dashboard, hover over `Settings` and select `Permalinks`.\n - Choose any structure other than `Plain` and save the changes."
31+
"message": "WARNING: This tool does not support WordPress.com sites.\n\nPREREQUISITES:\n1. Create an application password to enable post creation:\n - Go to your WordPress site admin dashboard.\n - In the left sidebar, click `Users`, then edit your user profile.\n - Scroll to the `Application Passwords` section and click `Add New Application Password`.\n2. Configure permalinks for the WordPress API to work:\n - In the dashboard, hover over `Settings` and select `Permalinks`.\n - Choose any structure other than `Plain` and save the changes."
3232
}
33-
}
33+
}

0 commit comments

Comments
 (0)