Make WordPress Core


Ignore:
Timestamp:
05/24/2009 11:47:49 PM (17 years ago)
Author:
ryan
Message:

Trim tailing whitespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/post.php

    r11437 r11450  
    928928    }
    929929
    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);
    931931
    932932    // If the user wants to set a new name -- override the current one
     
    13401340    $language = $initArray['language'];
    13411341    $zip = $compress_scripts ? 1 : 0;
    1342    
     1342
    13431343    /**
    13441344     * Deprecated
    1345      * 
     1345     *
    13461346     * The tiny_mce_version filter is not needed since external plugins are loaded directly by TinyMCE.
    13471347     * 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).
    13491349     */
    13501350    $version = apply_filters('tiny_mce_version', '');
Note: See TracChangeset for help on using the changeset viewer.