This website requires JavaScript.
Explore
Help
Sign In
mirror_php
/
wordpress
Watch
1
Star
0
Fork
0
You've already forked wordpress
mirror of
git://develop.git.wordpress.org/
synced
2025-01-17 21:08:44 +01:00
Code
Issues
Actions
99
Packages
Projects
Releases
Wiki
Activity
wordpress
/
index.php
5 lines
94 B
PHP
Raw
Normal View
History
Unescape
Escape
Remove trailing spaces and convert spaces to tabs. Props Nazgul. fixes #986 git-svn-id: https://develop.svn.wordpress.org/trunk@4495 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-19 07:56:05 +00:00
<
?
php
Better default behaviour for theme calling git-svn-id: https://develop.svn.wordpress.org/trunk@2303 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-13 20:38:28 +00:00
/* Short and sweet */
define
(
'WP_USE_THEMES'
,
true
);
Plugin enhancements. git-svn-id: https://develop.svn.wordpress.org/trunk@1081 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-16 02:24:37 +00:00
require
(
'./wp-blog-header.php'
);
Relocate default theme to themes/default. Remove special casing of default theme. Do not look directly in wp-content/ for default theme files. Simplify, simplify. git-svn-id: https://develop.svn.wordpress.org/trunk@2032 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-02 02:47:45 +00:00
?>
Reference in New Issue
Copy Permalink