Making WordPress.org


Ignore:
Timestamp:
01/20/2017 08:53:07 AM (10 years ago)
Author:
coffee2code
Message:

Support Forums: Ensure a create link for the current context has been defined before outputting its list item markup in plugin/theme forums.

Props SergeyBiryukov.
Fixes #2412.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-theme-directory-compat.php

    r4743 r4746  
    118118                                <li><?php echo $active; ?></li>
    119119                                <li><?php echo $reviews; ?></li>
     120                                <?php if ( $create ) : ?>
    120121                                <li class="create-topic"><?php echo $create; ?></li>
     122                                <?php endif; ?>
    121123                        </ul>
    122124                </div>
Note: See TracChangeset for help on using the changeset viewer.