=== wp-login.php
==================================================================
|
|
|
|
| 35 | 35 | do_action('lost_password'); |
| 36 | 36 | ?> |
| 37 | 37 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| 38 | | <html lang="<?php get_settings('blog_lang'); ?>" xml:lang="<?php get_settings('blog_lang'); ?> xmlns="http://www.w3.org/1999/xhtml"> |
| | 38 | <html lang="<?php get_settings('blog_lang'); ?>" xml:lang="<?php get_settings('blog_lang'); ?>" xmlns="http://www.w3.org/1999/xhtml"> |
| 39 | 39 | <head> |
| 40 | 40 | <title>WordPress » <?php _e('Lost Password') ?></title> |
| 41 | 41 | <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> |
| … |
… |
|
| 195 | 195 | $redirect_to = preg_replace('|[^a-z0-9-~+_.?#=&;,/:]|i', '', $_REQUEST['redirect_to']); |
| 196 | 196 | ?> |
| 197 | 197 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| 198 | | <html lang="<?php get_settings('blog_lang'); ?>" xml:lang="<?php get_settings('blog_lang'); ?> xmlns="http://www.w3.org/1999/xhtml"> |
| | 198 | <html lang="<?php get_settings('blog_lang'); ?>" xml:lang="<?php get_settings('blog_lang'); ?>" xmlns="http://www.w3.org/1999/xhtml"> |
| 199 | 199 | <head> |
| 200 | 200 | <title>WordPress › <?php _e('Login') ?></title> |
| 201 | 201 | <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> |
=== wp-content/themes/classic/comments-popup.php
==================================================================
|
|
|
|
| 4 | 4 | foreach ($posts as $post) { start_wp(); |
| 5 | 5 | ?> |
| 6 | 6 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| 7 | | <html lang="<?php get_settings('blog_lang'); ?>" xml:lang="<?php get_settings('blog_lang'); ?> xmlns="http://www.w3.org/1999/xhtml"> |
| | 7 | <html lang="<?php get_settings('blog_lang'); ?>" xml:lang="<?php get_settings('blog_lang'); ?>" xmlns="http://www.w3.org/1999/xhtml"> |
| 8 | 8 | <head> |
| 9 | 9 | <title><?php echo get_settings('blogname'); ?> - <?php echo sprintf(__("Comments on %s"), the_title('','',false)); ?></title> |
| 10 | 10 | |
=== wp-content/themes/classic/header.php
==================================================================
|
|
|
|
| 1 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| 2 | | <html lang="<?php get_settings('blog_lang'); ?>" xml:lang="<?php get_settings('blog_lang'); ?> xmlns="http://www.w3.org/1999/xhtml"> |
| | 2 | <html lang="<?php get_settings('blog_lang'); ?>" xml:lang="<?php get_settings('blog_lang'); ?>" xmlns="http://www.w3.org/1999/xhtml"> |
| 3 | 3 | |
| 4 | 4 | <head profile="http://gmpg.org/xfn/11"> |
| 5 | 5 | <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> |
=== wp-content/themes/default/comments-popup.php
==================================================================
|
|
|
|
| 4 | 4 | foreach ($posts as $post) { start_wp(); |
| 5 | 5 | ?> |
| 6 | 6 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| 7 | | <html lang="<?php get_settings('blog_lang'); ?>" xml:lang="<?php get_settings('blog_lang'); ?> xmlns="http://www.w3.org/1999/xhtml"> |
| | 7 | <html lang="<?php get_settings('blog_lang'); ?>" xml:lang="<?php get_settings('blog_lang'); ?>" xmlns="http://www.w3.org/1999/xhtml"> |
| 8 | 8 | <head> |
| 9 | 9 | <title><?php echo get_settings('blogname'); ?> - Comments on <?php the_title(); ?></title> |
| 10 | 10 | |
=== wp-content/themes/default/header.php
==================================================================
|
|
|
|
| 1 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| 2 | | <html lang="<?php get_settings('blog_lang'); ?>" xml:lang="<?php get_settings('blog_lang'); ?> xmlns="http://www.w3.org/1999/xhtml"> |
| | 2 | <html lang="<?php get_settings('blog_lang'); ?>" xml:lang="<?php get_settings('blog_lang'); ?>" xmlns="http://www.w3.org/1999/xhtml"> |
| 3 | 3 | |
| 4 | 4 | <head profile="http://gmpg.org/xfn/11"> |
| 5 | 5 | <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> |
=== wp-register.php
==================================================================
|
|
|
|
| 85 | 85 | |
| 86 | 86 | ?> |
| 87 | 87 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| 88 | | <html lang="<?php get_settings('blog_lang'); ?>" xml:lang="<?php get_settings('blog_lang'); ?> xmlns="http://www.w3.org/1999/xhtml"> |
| | 88 | <html lang="<?php get_settings('blog_lang'); ?>" xml:lang="<?php get_settings('blog_lang'); ?>" xmlns="http://www.w3.org/1999/xhtml"> |
| 89 | 89 | <head> |
| 90 | 90 | <title>WordPress » <?php _e('Registration Complete') ?></title> |
| 91 | 91 | <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_settings('blog_charset'); ?>" /> |
| … |
… |
|
| 116 | 116 | |
| 117 | 117 | ?> |
| 118 | 118 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| 119 | | <html lang="<?php get_settings('blog_lang'); ?>" xml:lang="<?php get_settings('blog_lang'); ?> xmlns="http://www.w3.org/1999/xhtml"> |
| | 119 | <html lang="<?php get_settings('blog_lang'); ?>" xml:lang="<?php get_settings('blog_lang'); ?>" xmlns="http://www.w3.org/1999/xhtml"> |
| 120 | 120 | <head> |
| 121 | 121 | <title>WordPress » <?php _e('Registration Currently Disabled') ?></title> |
| 122 | 122 | <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_settings('blog_charset'); ?>"> |
| … |
… |
|
| 143 | 143 | |
| 144 | 144 | ?> |
| 145 | 145 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| 146 | | <html lang="<?php get_settings('blog_lang'); ?>" xml:lang="<?php get_settings('blog_lang'); ?> xmlns="http://www.w3.org/1999/xhtml"> |
| | 146 | <html lang="<?php get_settings('blog_lang'); ?>" xml:lang="<?php get_settings('blog_lang'); ?>" xmlns="http://www.w3.org/1999/xhtml"> |
| 147 | 147 | <head> |
| 148 | 148 | <title>WordPress » <?php _e('Registration Form') ?></title> |
| 149 | 149 | <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_settings('blog_charset'); ?>" /> |
=== wp-admin/admin-header.php
==================================================================
|
|
|
|
| 4 | 4 | if (!isset($_GET["page"])) require_once('admin.php'); ?> |
| 5 | 5 | <?php get_admin_page_title(); ?> |
| 6 | 6 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| 7 | | <html lang="<?php get_settings('blog_lang'); ?>" xml:lang="<?php get_settings('blog_lang'); ?> xmlns="http://www.w3.org/1999/xhtml"> |
| | 7 | <html lang="<?php get_settings('blog_lang'); ?>" xml:lang="<?php get_settings('blog_lang'); ?>" xmlns="http://www.w3.org/1999/xhtml"> |
| 8 | 8 | <head> |
| 9 | 9 | <title><?php bloginfo('name') ?> › <?php echo $title; ?> — WordPress</title> |
| 10 | 10 | <link rel="stylesheet" href="<?php echo get_settings('siteurl') ?>/wp-admin/wp-admin.css?version=<?php bloginfo('version'); ?>" type="text/css" /> |
=== wp-admin/sidebar.php
==================================================================
|
|
|
|
| 26 | 26 | } else { |
| 27 | 27 | |
| 28 | 28 | ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| 29 | | <html lang="<?php get_settings('blog_lang'); ?>" xml:lang="<?php get_settings('blog_lang'); ?> xmlns="http://www.w3.org/1999/xhtml"> |
| | 29 | <html lang="<?php get_settings('blog_lang'); ?>" xml:lang="<?php get_settings('blog_lang'); ?>" xmlns="http://www.w3.org/1999/xhtml"> |
| 30 | 30 | <head> |
| 31 | 31 | <title>WordPress › Sidebar</title> |
| 32 | 32 | <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('blog_charset'); ?>" /> |
=== wp-admin/bookmarklet.php
==================================================================
|
|
|
|
| 49 | 49 | /* /big funky fixes */ |
| 50 | 50 | |
| 51 | 51 | ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| 52 | | <html lang="<?php get_settings('blog_lang'); ?>" xml:lang="<?php get_settings('blog_lang'); ?> xmlns="http://www.w3.org/1999/xhtml"> |
| | 52 | <html lang="<?php get_settings('blog_lang'); ?>" xml:lang="<?php get_settings('blog_lang'); ?>" xmlns="http://www.w3.org/1999/xhtml"> |
| 53 | 53 | <head> |
| 54 | 54 | <title><?php bloginfo('name') ?> › Bookmarklet — WordPress</title> |
| 55 | 55 | <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_settings('blog_charset'); ?>" /> |
=== wp.php
==================================================================
|
|
|
|
| 4 | 4 | ?> |
| 5 | 5 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
| 6 | 6 | "http://www.w3.org/TR/xhtml/DTD/xhtml-transitional.dtd"> |
| 7 | | <html lang="<?php get_settings('blog_lang'); ?>" xml:lang="<?php get_settings('blog_lang'); ?> xmlns="http://www.w3.org/1999/xhtml"> |
| | 7 | <html lang="<?php get_settings('blog_lang'); ?>" xml:lang="<?php get_settings('blog_lang'); ?>" xmlns="http://www.w3.org/1999/xhtml"> |
| 8 | 8 | <head> |
| 9 | 9 | <title><?php bloginfo('name'); ?><?php wp_title(); ?></title> |
| 10 | 10 | <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_settings('blog_charset'); ?>" /> |