Making WordPress.org

Changeset 6482


Ignore:
Timestamp:
01/31/2018 02:40:16 AM (7 years ago)
Author:
dd32
Message:

Plugin Directory: Remove the remaining 'read-more' link in the contributors widget.

See #3032.

Location:
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/template-parts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/template-parts/plugin-sidebar-advanced.php

    r6284 r6482  
    3030    'before_title'  => '<h4 class="widget-title">',
    3131    'after_title'   => '</h4>',
    32     'before_widget' => '<div id="plugin-contributors" class="widget plugin-contributors read-more" aria-expanded="false">',
    33     'after_widget'  => sprintf( '</div><button type="button" class="button-link section-toggle" aria-controls="plugin-contributors">%s</button>', __( 'View more', 'wporg-plugins' ) ),
     32    'before_widget' => '<div id="plugin-contributors" class="widget plugin-contributors">',
     33    'after_widget'  => '</div>',
    3434) );
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/template-parts/plugin-sidebar.php

    r6284 r6482  
    2020    'before_title'  => '<h4 class="widget-title">',
    2121    'after_title'   => '</h4>',
    22     'before_widget' => '<div id="plugin-contributors" class="widget plugin-contributors read-more" aria-expanded="false">',
    23     'after_widget'  => sprintf( '</div><button type="button" class="button-link section-toggle" aria-controls="plugin-contributors">%s</button>', __( 'View more', 'wporg-plugins' ) ),
     22    'before_widget' => '<div id="plugin-contributors" class="widget plugin-contributors">',
     23    'after_widget'  => '</div>',
    2424) );
    2525the_widget( 'WordPressdotorg\Plugin_Directory\Widgets\Support', array(), $widget_args );
Note: See TracChangeset for help on using the changeset viewer.