Making WordPress.org

Changeset 13677


Ignore:
Timestamp:
05/08/2024 06:28:07 AM (5 months ago)
Author:
dufresnesteven
Message:

Plugin-directory: Fix "check with plugin check" button.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-upload.php

    r13622 r13677  
    328328                                if ( array_key_first( $attached_media) === $attachment_post_id ) {
    329329                                    printf(
    330                                         '<li><a href="%s" class="%s" target="_blank">%s</a></li>',
     330                                        '<li class="wp-block-button is-small"><a href="%s" class="%s" target="_blank">%s</a></li>',
    331331                                        esc_url( Template::preview_link_zip( $plugin->post_name, $upload->ID, 'pcp' ) ),
    332332                                        'wp-block-button__link',
Note: See TracChangeset for help on using the changeset viewer.