Opened 11 years ago
Closed 11 years ago
#26957 closed defect (bug) (fixed)
Hook Docs(9): wp-admin/includes/class-wp-plugins-list-table.php
Reported by: | nicolealleyinteractivecom | Owned by: | DrewAPicture |
---|---|---|---|
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
@
11 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
@
11 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
@
11 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
@
11 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:
@since
versions for accuracy.all_plugins
filter:@since
version is actually 3.0.0show_advanced_plugins
filter:plugin_action_links
filter:$plugin_data
description.$prefix . "plugin_action_links_$plugin_file
filter:$prefix
portion of the hook name, the second about the$plugin_file
portion.plugin_row_meta
filter:$plugin_data
descriptionmanage_plugins_custom_column
hook: