Changeset 7354 for sites/trunk/wordpress.org/public_html/wp-content/plugins/support-helphub/inc/helphub-front-page-blocks/includes/widget-front-end.php
- Timestamp:
- 07/02/2018 12:47:04 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-helphub/inc/helphub-front-page-blocks/includes/widget-front-end.php
r7306 r7354 13 13 <div class="info-box"> 14 14 <div class="icon-wrapper"> 15 <a href="<?php echo esc_url( get_category_link( $instance['categoryid'] ) ); ?>"> 15 16 <?php if ( stristr( $instance['icon'], '.' ) ) : ?> 16 17 <img src="<?php echo esc_url( $instance['icon'] ); ?>" width="108" alt=""> 17 18 <?php else : ?> 18 <span class="dashicons 19 <?php echo esc_attr( $instance['icon'] ); ?> 20 "></span> 19 <span class="dashicons <?php echo esc_attr( $instance['icon'] ); ?>"></span> 21 20 <?php endif; ?> 21 </a> 22 22 </div> 23 <h3><?php echo esc_html( $instance['title'] ); ?></h3> 23 <a href="<?php echo esc_url( get_category_link( $instance['categoryid'] ) ); ?>"> 24 <h3><?php echo esc_html( $instance['title'] ); ?></h3> 25 </a> 24 26 <p><?php echo esc_html( $instance['description'] ); ?></p> 25 26 27 <ul class="meta-list"> 27 28 <?php … … 36 37 ?> 37 38 </ul> 38 39 39 </div> 40 41 40 42 41 <?php
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)