Changeset 11450 for trunk/wp-admin/includes/post.php
- Timestamp:
- 05/24/2009 11:47:49 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/post.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/post.php
r11437 r11450 928 928 } 929 929 930 $post->post_name = wp_unique_post_slug($post->post_name, $post->ID, $post->post_status, $post->post_type, $post->post_parent); 930 $post->post_name = wp_unique_post_slug($post->post_name, $post->ID, $post->post_status, $post->post_type, $post->post_parent); 931 931 932 932 // If the user wants to set a new name -- override the current one … … 1340 1340 $language = $initArray['language']; 1341 1341 $zip = $compress_scripts ? 1 : 0; 1342 1342 1343 1343 /** 1344 1344 * Deprecated 1345 * 1345 * 1346 1346 * The tiny_mce_version filter is not needed since external plugins are loaded directly by TinyMCE. 1347 1347 * These plugins can be refreshed by appending query string to the URL passed to mce_external_plugins filter. 1348 * If the plugin has a popup dialog, a query string can be added to the button action that opens it (in the plugin's code). 1348 * If the plugin has a popup dialog, a query string can be added to the button action that opens it (in the plugin's code). 1349 1349 */ 1350 1350 $version = apply_filters('tiny_mce_version', '');
Note: See TracChangeset
for help on using the changeset viewer.