Changeset 58073 for trunk/src/wp-admin/includes/plugin-install.php
- Timestamp:
- 05/01/2024 11:59:03 PM (21 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/plugin-install.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/plugin-install.php
r57714 r58073 918 918 * @param bool $compatible_php The result of a PHP compatibility check. 919 919 * @param bool $compatible_wp The result of a WP compatibility check. 920 * @return string $buttonThe markup for the dependency row button.920 * @return string The markup for the dependency row button. 921 921 */ 922 922 function wp_get_plugin_action_button( $name, $data, $compatible_php, $compatible_wp ) {
Note: See TracChangeset
for help on using the changeset viewer.