Changeset 945 for trunk/wp-includes/vars.php
- Timestamp:
- 02/26/2004 04:15:48 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/vars.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/vars.php
r885 r945 140 140 $pagenow = $pagenow[0]; 141 141 if (($querystring_start == '/') && ($pagenow != 'post.php')) { 142 $pagenow = $siteurl.'/'.$blogfilename;142 $pagenow = get_settings('siteurl') . '/' . get_settings('blogfilename'); 143 143 } 144 144
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)