Changeset 1071
- Timestamp:
- 08/18/07 13:25:12 (1 year ago)
- Files:
-
- trunk/src/lyceum/wp-admin/execute-pings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/lyceum/wp-admin/execute-pings.php
r1070 r1071 2 2 require('../private.php'); 3 3 require_once(CONFIGPATH . 'wp-config.php'); 4 5 // This current logic will actually take care of pinging for all posts in the system, for any blog, 6 // each time it is invoked. The trackbacks will be blog-specific. 7 // This doesn't really matter because the logic that sets 8 // _pingme in the first place is where all the per-blog relevant stuff happens, this just 9 // churns through and does all the work. And leaving it like this allows us to 10 // keep all of the ping code identical to WordPress. -jjb 4 11 5 12 // Do pingbacks
