Changeset 14814 for trunk/wp-admin/includes/template.php
- Timestamp:
- 05/23/2010 07:49:21 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r14768 r14814 2763 2763 2764 2764 /** 2765 * {@internal Missing Short Description}}2766 *2767 * @since unknown2768 */2769 function wp_remember_old_slug() {2770 global $post;2771 $name = esc_attr($post->post_name); // just in case2772 if ( strlen($name) )2773 echo '<input type="hidden" id="wp-old-slug" name="wp-old-slug" value="' . $name . '" />';2774 }2775 2776 /**2777 2765 * Add a meta box to an edit form. 2778 2766 *
Note: See TracChangeset
for help on using the changeset viewer.