Changeset 3787
- Timestamp:
- 05/19/06 17:22:19 (3 years ago)
- Files:
-
- trunk/wp-includes/functions-post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/functions-post.php
r3770 r3787 209 209 if ( ! update_post_meta($post_ID, '_wp_page_template', $page_template)) 210 210 add_post_meta($post_ID, '_wp_page_template', $page_template, true); 211 212 if ( $post_status == 'publish' ) 213 do_action('publish_page', $post_ID); 211 214 } 212 215
