Making WordPress.org


Ignore:
Timestamp:
01/18/2017 07:25:51 PM (8 years ago)
Author:
coffee2code
Message:

Support Theme: Move "Subscribe" and "Favorite" buttons to bottom of sidebar.

See #1977.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sidebar.php

    r4720 r4722  
    2828                    <li><a class="feed" href="<?php bbp_forum_permalink(); ?>feed/?type=topic"><?php _e( 'Recent Topics', 'wporg-forums' ); ?></a></li>
    2929                    <?php if ( bbp_current_user_can_access_create_topic_form() ) : ?>
    30                     <li class="create-topic"><a href="#new-post"><?php _e( 'Create Topic', 'wporg-forums' ); ?></a></li>
     30                        <li class="create-topic"><a href="#new-post"><?php _e( 'Create Topic', 'wporg-forums' ); ?></a></li>
     31                    <?php endif; ?>
     32                    <?php if ( is_user_logged_in() ) : ?>
     33                        <li class="forum-subscribe"><?php bbp_forum_subscription_link( array( 'forum_id' => $forum_id ) ); ?></li>
    3134                    <?php endif; ?>
    3235                </ul>
Note: See TracChangeset for help on using the changeset viewer.