Make WordPress Core


Ignore:
Timestamp:
08/09/2008 05:36:14 AM (17 years ago)
Author:
ryan
Message:

Trailing whitespace cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/general-template.php

    r8572 r8600  
    374374
    375375    $link_html = apply_filters( "get_archives_link", $link_html );
    376        
     376
    377377    return $link_html;
    378378}
     
    11981198
    11991199/**
    1200  * Enqueues the default ThickBox js and css. 
     1200 * Enqueues the default ThickBox js and css.
    12011201 * If any of the settings need to be changed, this can be done with another js file
    12021202 * similar to media-upload.js and theme-preview.js. That file should require array('thickbox')
    1203  * to ensure it is loaded after. 
     1203 * to ensure it is loaded after.
    12041204 */
    12051205function add_thickbox() {
Note: See TracChangeset for help on using the changeset viewer.