This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
Wordpress
Watch
1
Star
0
Fork
You've already forked Wordpress
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
7c1f56b9b7
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 08:56:05 +01: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 21:38:28 +01: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 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: https://develop.svn.wordpress.org/trunk@2032 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-02 03:47:45 +01:00
?>