Skip to content

Commit

Permalink
attributes key description added
Browse files Browse the repository at this point in the history
  • Loading branch information
ashrafulsarkar committed Nov 13, 2023
1 parent cfecc5c commit 4a2adb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/wp-includes/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -8874,6 +8874,7 @@ function wp_get_admin_notice( $message, $args = array() ) {
* @type bool $dismissible Optional. Whether the admin notice is dismissible. Default false.
* @type string $id Optional. The value of the admin notice's ID attribute. Default empty string.
* @type string[] $additional_classes Optional. A string array of class names. Default empty array.
* @type string[] $attributes Optional. Additional attributes for the notice div. Default empty array.
* @type bool $paragraph_wrap Optional. Whether to wrap the message in paragraph tags. Default true.
* }
*/
Expand Down

0 comments on commit 4a2adb0

Please sign in to comment.