Making WordPress.org


Ignore:
Timestamp:
04/30/2024 04:01:46 AM (10 months ago)
Author:
dufresnesteven
Message:

plugin-directory: Update sidebar buttons to be links.

See: https://github.com/WordPress/wordpress.org/issues/263
Props: alh0319

File:
1 edited

Legend:

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

    r9737 r13617  
    220220                    <?php
    221221                    printf(
    222                         '<strong><a class="plugin-admin" href="%s">%s</a></strong>',
     222                        '<a class="plugin-admin" href="%s">%s</a>',
    223223                        esc_url( get_permalink() . 'advanced/' ),
    224224                        __( 'Advanced View', 'wporg-plugins' )
Note: See TracChangeset for help on using the changeset viewer.