Opened 10 years ago
Closed 10 years ago
#25469 closed defect (bug) (fixed)
Hook Docs: wp-settings.php
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.7 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Inline Docs | Keywords: | needs-patch |
Focuses: | Cc: |
Description
Attached patch has done for the all hooks in wp-settings.php
Attachments (3)
Change History (8)
#2
follow-up:
↓ 3
@
10 years ago
- Keywords needs-patch added; has-patch removed
- Type changed from enhancement to defect (bug)
Hi, thanks for the patch. Some notes on wp-settings.diff:
plugins_loaded
hook:
- "Fires once plugins are loaded."
sanitize_comment_cookies
hook:
- Pretty vague. Maybe "Fires when comment cookies are sanitized."
setup_theme
hook:
- Should be a complete sentence. Maybe "Fires before the theme is loaded."
after_setup_theme
hook:
- "Fires after the theme is loaded."
init
hook:
- "Runs" should be "Fires"
Note: See
TracTickets for help on using
tickets.
patch for wp-settings.php