Changeset 58445
- Timestamp:
- 06/20/2024 03:28:49 PM (4 months ago)
- Location:
- branches/6.5
- Files:
-
- 2 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/6.5
-
branches/6.5/src/wp-admin/includes/plugin-install.php
r58404 r58445 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 $button The markup for the dependency row button.920 * @return string The markup for the dependency row button. An empty string if the user does not have capabilities. 921 921 */ 922 922 function wp_get_plugin_action_button( $name, $data, $compatible_php, $compatible_wp ) { … … 1044 1044 break; 1045 1045 } 1046 1047 return $button; 1048 }1046 } 1047 1048 return $button; 1049 1049 }
Note: See TracChangeset
for help on using the changeset viewer.