mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-03-25 07:44:34 +00:00
This format isn't that strange.
git-svn-id: https://develop.svn.wordpress.org/trunk@19688 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -416,8 +416,7 @@ function wp_default_scripts( &$scripts ) {
|
||||
* @param object $styles
|
||||
*/
|
||||
function wp_default_styles( &$styles ) {
|
||||
// This checks to see if site_url() returns something and if it does not
|
||||
// then it assigns $guess_url to wp_guess_url(). Strange format, but it works.
|
||||
|
||||
if ( ! $guessurl = site_url() )
|
||||
$guessurl = wp_guess_url();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user