Opened 14 years ago
Closed 14 years ago
#19508 closed defect (bug) (fixed)
get_bookmarks() comment correction
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.4 | Priority: | normal |
| Severity: | minor | Version: | 2.5 |
| Component: | Inline Docs | Keywords: | has-patch commit |
| Focuses: | Cc: |
Description
In the comments for get_bookmarks(), the parameters 'include' and 'exclude' are described as being for "categories", but what's being in-/ex-cluded is link_id(s).
So in file wp-includes/bookmark.php on lines 104-107:
* 'include' - Default is empty string (string). Include other categories * separated by commas. * 'exclude' - Default is empty string (string). Exclude other categories * separated by commas.`
It should be:
"...Include bookmark ID(s) separated by commas." And "Exclude bookmark ID(s)..."
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Comment wording changed