Make WordPress Core


Ignore:
Timestamp:
05/25/2008 03:50:15 PM (17 years ago)
Author:
ryan
Message:

File file level phpdoc from jacobsantos. see #7037

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-links-opml.php

    r7971 r7991  
    11<?php
     2/**
     3 * Outputs the OPML XML format for getting the links defined in the link
     4 * administration. This can be used to export links from one blog over to
     5 * another. Links aren't exported by the WordPress export, so this file handles
     6 * that.
     7 *
     8 * This file is not added by default to WordPress theme pages when outputting
     9 * feed links. It will have to be added manually for browsers and users to pick
     10 * up that this file exists.
     11 *
     12 * @package WordPress
     13 */
    214
    315if (empty($wp)) {
Note: See TracChangeset for help on using the changeset viewer.