Skip to:
Content

bbPress.org

Changeset 6532


Ignore:
Timestamp:
06/12/2017 07:55:19 PM (8 years ago)
Author:
johnjamesjacoby
Message:

Fix accidentally inverted inline doc from r6531.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/core/template-functions.php

    r6531 r6532  
    172172        $located = str_replace( $content_dir, content_url(), $located );
    173173
     174        // Register the style
     175        wp_register_style( $handle, $located, $deps, $ver, $media );
     176
    174177        // Enqueue the style
    175         wp_register_style( $handle, $located, $deps, $ver, $media );
    176 
    177         // Register the style
    178178        wp_enqueue_style( $handle );
    179179    }
Note: See TracChangeset for help on using the changeset viewer.