Make WordPress Core


Ignore:
Timestamp:
12/09/2008 06:03:31 PM (16 years ago)
Author:
ryan
Message:

Strip trailing whitespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/theme.php

    r9716 r10150  
    5555 * Retrieve URI of current theme stylesheet.
    5656 *
    57  * The stylesheet file name is 'style.css' which is appended to {@link 
     57 * The stylesheet file name is 'style.css' which is appended to {@link
    5858 * get_stylesheet_directory_uri() stylesheet directory URI} path.
    5959 *
     
    772772/**
    773773 * Retrieve the name of the highest priority template file that exists.
    774  * 
     774 *
    775775 * Searches in the STYLESHEETPATH before TEMPLATEPATH so that themes which
    776776 * inherit from a parent theme can just overload one file.
Note: See TracChangeset for help on using the changeset viewer.