Changeset 8645 for trunk/wp-admin/update-links.php
- Timestamp:
- 08/14/2008 06:30:38 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/update-links.php
r7971 r8645 1 1 <?php 2 /** 3 * Send blog links to pingomatic.com to update. 4 * 5 * You can disable this feature by deleting the option 'use_linksupdate' or 6 * setting the option to false. If no links exist, then no links are sent. 7 * 8 * Snoopy is included, but is not used. Fsockopen() is used instead to send link 9 * URLs. 10 * 11 * @package WordPress 12 * @subpackage Administration 13 */ 14 15 /** Load WordPress Bootstrap */ 2 16 require_once('../wp-load.php'); 17 18 /** Load Snoopy HTTP Client class */ 3 19 require_once( ABSPATH . 'wp-includes/class-snoopy.php'); 4 20
Note: See TracChangeset
for help on using the changeset viewer.