Making WordPress.org

Changeset 6215


Ignore:
Timestamp:
12/03/2017 07:18:09 PM (8 years ago)
Author:
obenland
Message:

Main: Remove debug code.

See [6214].

File:
1 edited

Legend:

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

    r6214 r6215  
    109109 * @param string $src    The source URL of the enqueued style.
    110110 * @param string $handle The style's registered handle.
     111 * @return string
    111112 */
    112113function style_src( $src, $handle ) {
     
    123124    return $src;
    124125}
    125 //add_filter( 'style_loader_src', __NAMESPACE__ . '\style_src', 10, 2 );
     126add_filter( 'style_loader_src', __NAMESPACE__ . '\style_src', 10, 2 );
    126127
    127128/**
Note: See TracChangeset for help on using the changeset viewer.