Changeset 9696
- Timestamp:
- 11/14/2008 10:33:13 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment.php
r9615 r9696 1571 1571 1572 1572 /** 1573 * Close comments on an old post. Hooked to comments_open .1573 * Close comments on an old post. Hooked to comments_open and pings_open. 1574 1574 * 1575 1575 * @access private -
trunk/xmlrpc.php
r9568 r9696 3237 3237 3238 3238 // Check if pings are on 3239 if ( 'closed' == $post->ping_status)3239 if ( !pings_open($post) ) 3240 3240 return new IXR_Error(33, __('The specified target URL cannot be used as a target. It either doesn\'t exist, or it is not a pingback-enabled resource.')); 3241 3241
Note: See TracChangeset
for help on using the changeset viewer.