Log in with username/password: lyceum/lyceum

Changeset 1071

Show
Ignore:
Timestamp:
08/18/07 13:25:12 (1 year ago)
Author:
jjb
Message:

documentation

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/lyceum/wp-admin/execute-pings.php

    r1070 r1071  
    22require('../private.php'); 
    33require_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 
    411 
    512// Do pingbacks 
Log in with username/password: lyceum/lyceum