Skip to content

Commit 49b1275

Browse files
committed
Docs.
1 parent bf55d51 commit 49b1275

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# WordPress Hooks Changelog
22

3-
This document lists new actions, new filters, and parameter changes by WordPress version.
3+
This document is automatically generated from the hooks extracted from WordPress and lists new actions, new filters, and parameter changes by version.
44

55
## WordPress 6.8
66

scripts/generate-changelog.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ done | sort -rn | cut -d' ' -f2))
9191

9292
echo "# WordPress Hooks Changelog" > "$OUTPUT_FILE"
9393
echo "" >> "$OUTPUT_FILE"
94-
echo "This document lists new actions, new filters, and parameter changes by WordPress version." >> "$OUTPUT_FILE"
94+
echo "This document is automatically generated from the hooks extracted from WordPress and lists new actions, new filters, and parameter changes by version." >> "$OUTPUT_FILE"
9595
echo "" >> "$OUTPUT_FILE"
9696

9797
for VERSION in "${VERSIONS[@]}"; do

0 commit comments

Comments
 (0)