Changeset 12733 for trunk/wp-admin/includes/post.php
- Timestamp:
- 01/15/2010 10:11:12 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/post.php
r12728 r12733 959 959 * @since unknown 960 960 * 961 * @param int|object $id Post ID or post object. 962 * @param string $title (optional) Title 963 * @param string $name (optional) Name 964 * @return array With two entries of type string 961 * @param int|object $id Post ID or post object. 962 * @param string $title (optional) Title 963 * @param string $name (optional) Name 964 * @return array With two entries of type string 965 965 */ 966 966 function get_sample_permalink($id, $title = null, $name = null) { … … 1016 1016 * 1017 1017 * intended to be used for the inplace editor of the permalink post slug on in the post (and page?) editor. 1018 * 1019 * @since unknown 1020 * 1021 * @param int|object $id Post ID or post object. 1022 * @param string $new_title (optional) New title 1023 * @param string $new_slug (optional) New slug 1024 * @return string intended to be used for the inplace editor of the permalink post slug on in the post (and page?) editor. 1018 * 1019 * @since unknown 1020 * 1021 * @param int|object $id Post ID or post object. 1022 * @param string $new_title (optional) New title 1023 * @param string $new_slug (optional) New slug 1024 * @return string intended to be used for the inplace editor of the permalink post slug on in the post (and page?) editor. 1025 1025 */ 1026 1026 function get_sample_permalink_html( $id, $new_title = null, $new_slug = null ) { … … 1186 1186 * @uses _wp_translate_postdata() 1187 1187 * @uses _wp_post_revision_fields() 1188 * 1188 * 1189 1189 * @return unknown 1190 1190 */
Note: See TracChangeset
for help on using the changeset viewer.