Changeset 58396
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/plugin-install.php
r58161 r58396 913 913 * @param bool $compatible_php The result of a PHP compatibility check. 914 914 * @param bool $compatible_wp The result of a WP compatibility check. 915 * @return string The markup for the dependency row button. 915 * @return string The markup for the dependency row button. An empty string if the user does not have capabilities. 916 916 */ 917 917 function wp_get_plugin_action_button( $name, $data, $compatible_php, $compatible_wp ) { … … 1049 1049 break; 1050 1050 } 1051 1052 return $button; 1053 }1051 } 1052 1053 return $button; 1054 1054 }
Note: See TracChangeset
for help on using the changeset viewer.