Changeset 21598 for trunk/wp-admin/includes/post.php
- Timestamp:
- 08/23/2012 08:34:41 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/post.php
r21597 r21598 400 400 * 401 401 * @param string $post_type A post type string, defaults to 'post'. 402 * @return object stdClassobject containing all the default post data as attributes402 * @return WP_Post Post object containing all the default post data as attributes 403 403 */ 404 404 function get_default_post_to_edit( $post_type = 'post', $create_in_db = false ) { … … 456 456 * @since 2.5.0 457 457 * 458 * @return object stdClassobject containing all the default post data as attributes458 * @return WP_Post Post object containing all the default post data as attributes 459 459 */ 460 460 function get_default_page_to_edit() { … … 469 469 * @since 2.0.0 470 470 * 471 * @param unknown_type$id472 * @return unknown471 * @param int $id 472 * @return WP_Post 473 473 */ 474 474 function get_post_to_edit( $id ) {
Note: See TracChangeset
for help on using the changeset viewer.