Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/14/2018 02:08:43 PM (6 years ago)
Author:
hnla
Message:

Nouveau: Update group creation links to OL element

Commit changes list construct for create step links to use an ordered list rather than unordered in groups/create.php.

Adjusts styles to reflect use of either ul/ol in tabbed links rulesets.

Props mercime, hnla

Closes #7732

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/buddypress/groups/create.php

    r11973 r11974  
    1919
    2020            <nav class="<?php bp_nouveau_groups_create_steps_classes(); ?>" id="group-create-tabs" role="navigation" aria-label="<?php esc_attr_e( 'Group creation menu', 'buddypress' ); ?>">
    21                 <ul class="group-create-buttons button-tabs">
     21                <ol class="group-create-buttons button-tabs">
    2222
    2323                    <?php bp_group_creation_tabs(); ?>
    2424
    25                 </ul>
     25                </ol>
    2626            </nav>
    2727
Note: See TracChangeset for help on using the changeset viewer.