Opened 13 years ago
Closed 12 years ago
#26186 closed defect (bug) (fixed)
Hook Docs (2): wp-admin/includes/misc.php
| Reported by: | JoshuaAbenazer | Owned by: | DrewAPicture |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.9 |
| Component: | Administration | Version: | |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: | Focuses: | docs |
Description
Attached patch has docs for the documentation_ignore_functions and set-screen-option filters in wp-admin/includes/misc.php
Attachments (2)
Change History (9)
#1
@
13 years ago
- Owner set to
- Status new → reviewing
- Summary Hook Docs: wp-admin/includes/misc.php → Hook Docs (2): wp-admin/includes/misc.php
#3
@
12 years ago
- Keywords commit added
- Milestone Awaiting Review → 3.9
wp-admin_includes_misc-php.diff should do it. Thanks for the patch!
This ticket was mentioned in IRC in #wordpress-dev by DrewAPicture. View the logs.
12 years ago
#6
@
12 years ago
- Resolution fixed
- Status closed → reopened
@nacin pointed out that set-screen-option really is a general-purpose screen option filter and not actually specific to [items]_per_page options.
26186.diff generalizes the hook doc.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
At a glance, wp-admin_includes_misc-php.diff looks pretty good. Lucked out, since 2 of the 4 hooks in this file were already documented ;)