Changeset 1265 for trunk/wp-admin/post.php
- Timestamp:
- 05/12/2004 07:55:37 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/post.php
r1259 r1265 377 377 if ($prev_status != 'publish' && $post_status == 'publish') { 378 378 generic_ping(); 379 if ($post_pingback) { 380 pingback($content, $post_ID); 381 } 379 382 } // end if moving from draft/private to published 380 383 if ($post_status == 'publish') {
Note: See TracChangeset
for help on using the changeset viewer.