Skip to:
Content

BuddyPress.org

Changeset 4322


Ignore:
Timestamp:
04/30/2011 10:11:52 PM (14 years ago)
Author:
djpaul
Message:

Remove down-arrow symbol from certain forum subnav menus for consistency with rest of theme

Location:
trunk/bp-themes/bp-default
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/forums/single/edit.php

    r4012 r4322  
    88            <ul>
    99                <li>
    10                     <a href="#post-topic-reply">&darr; <?php _e( 'Reply', 'buddypress' ); ?></a>
     10                    <a href="#post-topic-reply"><?php _e( 'Reply', 'buddypress' ); ?></a>
    1111                </li>
    1212
  • trunk/bp-themes/bp-default/forums/single/forum.php

    r4270 r4322  
    1717
    1818                            <li>
    19                                 <a href="#post-new" class="show-hide-new">&darr; <?php _e( 'New Topic', 'buddypress' ) ?></a>
     19                                <a href="#post-new" class="show-hide-new"><?php _e( 'New Topic', 'buddypress' ) ?></a>
    2020                            </li>
    2121
  • trunk/bp-themes/bp-default/forums/single/topic.php

    r4012 r4322  
    3535                            <ul>
    3636                                <li>
    37                                     <a href="#post-topic-reply" class="show-hide-new">&darr; <?php _e( 'New Reply', 'buddypress' ) ?></a>
     37                                    <a href="#post-topic-reply" class="show-hide-new"><?php _e( 'New Reply', 'buddypress' ) ?></a>
    3838                                </li>
    3939
  • trunk/bp-themes/bp-default/groups/single/forum.php

    r3928 r4322  
    1515
    1616            <li>
    17                 <a href="#post-new" class="show-hide-new">&darr; <?php _e( 'New Topic', 'buddypress' ) ?></a>
     17                <a href="#post-new" class="show-hide-new"><?php _e( 'New Topic', 'buddypress' ) ?></a>
    1818            </li>
    1919
  • trunk/bp-themes/bp-default/groups/single/forum/edit.php

    r4147 r4322  
    88            <ul>
    99                <li>
    10                     <a href="#post-topic-reply">&darr; <?php _e( 'Reply', 'buddypress' ); ?></a>
     10                    <a href="#post-topic-reply"><?php _e( 'Reply', 'buddypress' ); ?></a>
    1111                </li>
    1212
  • trunk/bp-themes/bp-default/groups/single/forum/topic.php

    r4149 r4322  
    88            <ul>
    99                <li>
    10                     <a href="#post-topic-reply" class="show-hide-new">&darr; <?php _e( 'New Reply', 'buddypress' ) ?></a>
     10                    <a href="#post-topic-reply" class="show-hide-new"><?php _e( 'New Reply', 'buddypress' ) ?></a>
    1111                </li>
    1212
Note: See TracChangeset for help on using the changeset viewer.