Changeset 1386 for trunk/wp-admin/post.php
- Timestamp:
- 06/04/2004 02:49:40 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/post.php
r1355 r1386 385 385 // are we going from draft/private to published? 386 386 if ($prev_status != 'publish' && $post_status == 'publish') { 387 generic_ping();388 387 if ($post_pingback) { 389 388 pingback($content, $post_ID);
Note: See TracChangeset
for help on using the changeset viewer.