Make WordPress Core


Ignore:
Timestamp:
11/17/2007 11:21:34 AM (17 years ago)
Author:
westi
Message:

Ensure that we offer https access to atom if it is available. Fixes #5298 props rubys.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/default-filters.php

    r6195 r6339  
    135135add_filter('comment_email', 'antispambot');
    136136
     137//Atom SSL support
     138add_filter('atom_service_url','atom_service_url_filter');
     139
    137140// Actions
    138141add_action('wp_head', 'rsd_link');
Note: See TracChangeset for help on using the changeset viewer.