Making WordPress.org

Changeset 3570


Ignore:
Timestamp:
06/24/2016 09:45:24 AM (8 years ago)
Author:
dd32
Message:

Plugin Directory: Hide favorites until it gets styled correctly.

File:
1 edited

Legend:

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

    r3545 r3570  
    3737
    3838            <?php
    39             if ( is_user_logged_in() ) {
     39            if ( false && is_user_logged_in() ) { // Hide Favorites until it's styled properly.
    4040                $url = Template::get_favourite_link( $post );
    4141                echo '<a href="' . esc_url( $url ) . '" class="plugin-favorite-heart' . (Tools::favorited_plugin( $post ) ? ' favorited' : '' ) . '" onclick="jQuery(this).toggleClass(\'favorited\')"></a>';
Note: See TracChangeset for help on using the changeset viewer.