Changeset 2332 for trunk/wp-admin/upgrade-functions.php
- Timestamp:
- 02/14/2005 09:17:23 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/upgrade-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/upgrade-functions.php
r2293 r2332 555 555 556 556 foreach ($lines as $line) { 557 if (preg_match('/require.*wp-blog-header/', $line)) { 558 if ($newfile == 'comments-popup.php') 559 $line = "require('../../../wp-blog-header.php');"; 560 else 561 $line = '//' . $line; 562 } 557 if (preg_match('/require.*wp-blog-header/', $line)) 558 $line = '//' . $line; 563 559 564 560 // Update stylesheet references.
Note: See TracChangeset
for help on using the changeset viewer.