#25468 closed defect (bug) (fixed)
Hook Docs: wp-includes/bookmark.php
| Reported by: | ShinichiN | Owned by: | rzen |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.8 |
| Component: | Inline Docs | Version: | |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: | Focuses: |
Description
Inserting inline documents for all the hooks in wp-includes/bookmark.php
Attachments (5)
Change History (12)
#3
follow-up:
↓ 4
@
13 years ago
- Keywords has-patch added; needs-patch removed
Thank you for the review.
Is it ok to make change as below to the hooks?
before
apply_filters('get_bookmarks', $results, $r);
after
apply_filters( 'get_bookmarks', $results, $r );
just inserting spaces before and after the arguments.
#4
in reply to: ↑ 3
@
13 years ago
Replying to ShinichiN:
Thank you for the review.
Is it ok to make change as below to the hooks?
before
apply_filters('get_bookmarks', $results, $r);
after
apply_filters( 'get_bookmarks', $results, $r );
just inserting spaces before and after the arguments.
Yep, sure is :)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Hi, thanks for the patch. Some notes on 25468.diff:
get_bookmarksfilter:$ris an array of arguments passed toget_bookmarks()so just back-reference that, like this:edit_$field,pre_$fieldand$fieldshould just be//duplicate_hook