Changeset 30105 for trunk/src/wp-admin/includes/post.php
- Timestamp:
- 10/30/2014 01:04:55 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/post.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/post.php
r30091 r30105 1070 1070 * Returns the list of classes to be used by a metabox 1071 1071 * 1072 * @uses get_user_option()1073 1072 * @since 2.5.0 1074 1073 * … … 1501 1500 * @since 2.6.0 1502 1501 * 1503 * @uses _wp_translate_postdata()1504 * @uses _wp_post_revision_fields()1505 *1506 1502 * @param mixed $post_data Associative array containing the post data or int post ID. 1507 1503 * @return mixed The autosave revision ID. WP_Error or 0 on error. … … 1567 1563 * @since 2.7.0 1568 1564 * 1569 * @uses get_post_status()1570 * @uses edit_post()1571 * @uses get_post()1572 * @uses current_user_can()1573 * @uses wp_die()1574 * @uses wp_create_post_autosave()1575 * @uses add_query_arg()1576 * @uses wp_create_nonce()1577 *1578 1565 * @return str URL to redirect to show the preview 1579 1566 */
Note: See TracChangeset
for help on using the changeset viewer.