Plugin Directory

Changeset 2788850


Ignore:
Timestamp:
09/22/2022 06:08:23 PM (4 years ago)
Author:
lddwebdesign
Message:

3.5 update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ldd-directory-lite/trunk/includes/listings.php

    r2736622 r2788850  
    6565/**
    6666 * This outputs custom CSS to the <head> if and only if there are changes to the defaults.
     67 *depricated
    6768 */
    6869function ldl_customize_appearance() {
     
    103104
    104105    if ($css) {
    105         echo '<style media="all">' . $css . '</style>';
     106       // echo '<style media="all">' . $css . '</style>';
    106107    }
    107108
Note: See TracChangeset for help on using the changeset viewer.