Making WordPress.org


Ignore:
Timestamp:
09/05/2016 03:33:00 PM (10 years ago)
Author:
jmdodd
Message:

Forums Theme: Minor tweaks in preparation for adding star ratings to reviews.

Clear breadcrumbs to avoid overlap with star ratings/header block.

Always add breadcrumbs to views.

Avoid listing forum in reviews view -- all reviews are in the "Reviews" forum.

Bust cache.

File:
1 edited

Legend:

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

    r3943 r3957  
    3232                get_template_directory_uri() . '/style.css',
    3333                array( 'bb-base' ),
    34                 '20160903'
     34                '20160905'
    3535        );
    3636
     
    3939                get_template_directory_uri() . '/style-rtl.css',
    4040                array( 'forum-wp4-style' ),
    41                 '20160903'
     41                '20160905'
    4242        );
    4343
Note: See TracChangeset for help on using the changeset viewer.