Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/11/2018 03:38:01 PM (8 years ago)
Author:
djpaul
Message:

Templates, Nouveau: whitespace changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/includes/blogs/functions.php

    r11686 r11855  
    212212 * @since 1.2.0
    213213 */
    214 function bp_nouveau_blog_loop_item_has_lastest_post( $classes) {
     214function bp_nouveau_blog_loop_item_has_lastest_post( $classes ) {
    215215        if ( bp_get_blog_latest_post_title() ) {
    216216                $classes[] = 'has-latest-post';
Note: See TracChangeset for help on using the changeset viewer.