Opened 11 years ago
Closed 11 years ago
#25586 closed defect (bug) (fixed)
Hook Docs: wp-admin/my-sites.php
Reported by: | megane9988 | Owned by: | kpdesign |
---|---|---|---|
Milestone: | 3.8 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Inline Docs | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
Attached patch has done for the all hooks in wp-admin/my-sites.php.
Attachments (7)
Change History (11)
#1
@
11 years ago
- Keywords needs-patch added; has-patch removed
- Owner set to kpdesign
- Status changed from new to reviewing
- Type changed from enhancement to defect (bug)
@megane9988: Thanks for the patch. :)
Just a few things:
myblogs_allblogs_options
- "Fires after displays the selectbox for choose primary blog." should be "Fires after displaying the Choose Primary Site dropdown.".
- Add a blank line between description and @since tag, per the standard.
- Remove extra whitespace after opening and closing tags for that block.
myblogs_options
- Description should be "Add settings to the Edit Site Settings screen".
- Remove extra whitespace after * on blank lines.
myblogs_blog_actions
- Description should be "Filter the displayed links for each site."
- Remove extra whitespace after * on blank lines.
- Remove extra tabs at the end of the
apply_filters
line.
Second instance of myblogs_options
(line 80) should be //duplicate_hook
instead of the full doc block.
Could you make these changes, and submit a new patch please?
Note: See
TracTickets for help on using
tickets.
patch of my-sites.php