- Timestamp:
- 06/20/2020 12:12:39 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-plugins-list-table.php
r48092 r48105 1007 1007 * @since 2.8.0 1008 1008 * 1009 * @param string[] $plugin_meta An array of the plugin's metadata, 1010 * including the version, author, 1011 * author URI, and plugin URI. 1009 * @param string[] $plugin_meta An array of the plugin's metadata, including 1010 * the version, author, author URI, and plugin URI. 1012 1011 * @param string $plugin_file Path to the plugin file relative to the plugins directory. 1013 1012 * @param array $plugin_data An array of plugin data. … … 1017 1016 */ 1018 1017 $plugin_meta = apply_filters( 'plugin_row_meta', $plugin_meta, $plugin_file, $plugin_data, $status ); 1018 1019 1019 echo implode( ' | ', $plugin_meta ); 1020 1020 … … 1090 1090 * @since 5.5.0 1091 1091 * 1092 * @param string $html The HTML of the plugin's auto-update column content, 1093 * includingtoggle auto-update action links and time to next update.1092 * @param string $html The HTML of the plugin's auto-update column content, including 1093 * toggle auto-update action links and time to next update. 1094 1094 * @param string $plugin_file Path to the plugin file relative to the plugins directory. 1095 1095 * @param array $plugin_data An array of plugin data.
Note: See TracChangeset
for help on using the changeset viewer.