This website requires JavaScript.
Explore
Help
Sign In
Upstream
/
WordPress
Watch
1
Star
0
Fork
0
You've already forked WordPress
mirror of
https://github.com/WordPress/WordPress.git
synced
2024-11-04 01:39:37 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
8c6162e883
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: http://svn.automattic.com/wordpress/trunk@4495 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-11-19 08:56:05 +01:00
<
?
php
Better default behaviour for theme calling git-svn-id: http://svn.automattic.com/wordpress/trunk@2303 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-02-13 21:38:28 +01:00
/* Short and sweet */
define
(
'WP_USE_THEMES'
,
true
);
Plugin enhancements. git-svn-id: http://svn.automattic.com/wordpress/trunk@1081 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-16 04:24:37 +02: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: http://svn.automattic.com/wordpress/trunk@2032 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-01-02 03:47:45 +01:00
?>
Reference in New Issue
Copy Permalink