Changeset 14139 for trunk/wp-admin/post.php
- Timestamp:
- 04/18/2010 06:14:45 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/post.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/post.php
r14107 r14139 10 10 11 11 /** WordPress Administration Bootstrap */ 12 require_once(' admin.php');12 require_once('./admin.php'); 13 13 14 14 $parent_file = 'edit.php'; … … 186 186 } 187 187 188 include(' edit-form-advanced.php');188 include('./edit-form-advanced.php'); 189 189 190 190 break; … … 275 275 break; 276 276 } // end switch 277 include(' admin-footer.php');277 include('./admin-footer.php'); 278 278 ?>
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)