Opened 12 years ago
Closed 12 years ago
#26957 closed defect (bug) (fixed)
Hook Docs(9): wp-admin/includes/class-wp-plugins-list-table.php
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.9 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Plugins | Keywords: | has-patch commit |
| Focuses: | docs | Cc: |
Description
Filter hooks:
- all_plugins
- show_advanced_plugins (x2)
- $prefix_plugin_action_links
- $prefix_plugin_action_links_$plugin_file
- plugin_row_meta
Action hooks:
- manage_plugins_custom_column
- after_plugin_row
- after_plugin_row_$plugin_file
Attachments (4)
Change History (11)
#2
@
12 years ago
- Keywords needs-patch added; has-patch removed
- Owner set to kpdesign
- Reporter changed from nicole@… to nicolealleyinteractivecom
- Status changed from new to reviewing
#3
@
12 years ago
For the @since, the inline docs posts says the "recommended tool to use when searching for the version something was added to WordPress is svn blame."
The svn blame page states "To find out when a piece of code was released, look at the associated revision number and find the next highest revision number on the WordPress tags browser."
Svn blame for trunk/src/wp-admin/includes/class-wp-plugins-list-table.php shows a revision number of 15491 for line 44. This revision number places it in the 3.0.2 version according to the tags browser.
If this is incorrect, please provide correct instructions for determining the @since version.
#5
@
12 years ago
- Owner changed from kpdesign to DrewAPicture
26957.3.diff contains changes to descriptions/etc. for consistency, fixes some @since values.
This needs a final review and a recommendation.
#6
@
12 years ago
- Keywords commit added
- Milestone changed from Awaiting Review to 3.9
26957.diff should do it.
Hi, thanks for the patch. Here are some notes for a second round:
Overall:
@sinceversions for accuracy.all_pluginsfilter:@sinceversion is actually 3.0.0show_advanced_pluginsfilter:plugin_action_linksfilter:$plugin_datadescription.$prefix . "plugin_action_links_$plugin_filefilter:$prefixportion of the hook name, the second about the$plugin_fileportion.plugin_row_metafilter:$plugin_datadescriptionmanage_plugins_custom_columnhook: