Make WordPress Core

Changeset 19688


Ignore:
Timestamp:
01/05/2012 08:59:30 PM (13 years ago)
Author:
nacin
Message:

This format isn't that strange.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/script-loader.php

    r19673 r19688  
    417417 */
    418418function wp_default_styles( &$styles ) {
    419     // This checks to see if site_url() returns something and if it does not
    420     // then it assigns $guess_url to wp_guess_url(). Strange format, but it works.
     419
    421420    if ( ! $guessurl = site_url() )
    422421        $guessurl = wp_guess_url();
Note: See TracChangeset for help on using the changeset viewer.