Plugin Directory

Changeset 945147

Timestamp:
07/08/2014 06:50:07 PM (10 years ago)
Author:
wpsmith
Message:

Update

Location:
genesis-featured-content-widget/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • genesis-featured-content-widget/trunk/readme.txt

    r945137 r945147  
    8888* Fixed link_title_field issue, #27.
    8989* Fixed conflict with Premise, which is their fault really, #18.
     90
    9091
    91921.1.7 (07/18/2014)
  • genesis-featured-content-widget/trunk/widget.php

    r945137 r945147  
    724724            GS_Featured_Content::action( 'gsfc_' . $taxonomy . '_more', $instance );
    725725            $term = GS_Featured_Content::get_term_by( 'slug', $posts_term['1'], $taxonomy );
     726
    726727            printf(
    727728                '<p class="more-from-%1$s"><a href="%2$s" title="%3$s">%4$s</a></p>',
    728729                $taxonomy,
    729                 esc_url( get_term_link( $posts_term['1'], $taxonomy ) ),
     730                ,
    730731                esc_attr( $term->name ),
    731732                esc_html( $instance['more_from_category_text'] )
     
    14791480                'type'        => 'checkbox',
    14801481                'requires'    => array(
    1481                     'post_type',
    1482                     'page',
    1483                     true
     1482                    'post',
     1483                    '',
     1484                    e
    14841485                ),
    14851486            ),
Note: See TracChangeset for help on using the changeset viewer.