Make WordPress Core


Ignore:
Timestamp:
05/01/2024 11:59:03 PM (21 months ago)
Author:
johnbillion
Message:

Docs: Various docblock corrections.

See #60699

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/plugin-install.php

    r57714 r58073  
    918918 * @param bool         $compatible_php   The result of a PHP compatibility check.
    919919 * @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.
    921921 */
    922922function wp_get_plugin_action_button( $name, $data, $compatible_php, $compatible_wp ) {
Note: See TracChangeset for help on using the changeset viewer.