Changeset 9233
- Timestamp:
- 10/17/2008 08:06:22 PM (17 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 31 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/categories.php
r9232 r9233 141 141 142 142 <div class="wrap"> 143 <h2><?php echo $title?></h2>143 <h2><?php echo wp_specialchars( $title ); ?></h2> 144 144 145 145 <ul class="subsubsub"><li class="current"><a class="current"><br /></a></li></ul> -
trunk/wp-admin/edit-comments.php
r9232 r9233 122 122 123 123 <div class="wrap"> 124 <h2><?php echo $title?></h2>124 <h2><?php echo wp_specialchars( $title ); ?></h2> 125 125 126 126 <ul class="subsubsub"> -
trunk/wp-admin/edit-form-advanced.php
r9225 r9233 458 458 459 459 <div class="wrap"> 460 <h2><?php echo $title?></h2>460 <h2><?php echo wp_specialchars( $title ); ?></h2> 461 461 <form name="post" action="post.php" method="post" id="post"> 462 462 <?php -
trunk/wp-admin/edit-link-categories.php
r9232 r9233 77 77 78 78 <div class="wrap"> 79 <h2><?php echo $title?></h2>79 <h2><?php echo wp_specialchars( $title ); ?></h2> 80 80 81 81 <ul class="subsubsub"><li><a class="current"><br /></a></li></ul> -
trunk/wp-admin/edit-link-form.php
r9232 r9233 321 321 322 322 <div class="wrap"> 323 <h2><?php echo $title?></h2>323 <h2><?php echo wp_specialchars( $title ); ?></h2> 324 324 325 325 <!-- -
trunk/wp-admin/edit-page-form.php
r9232 r9233 359 359 360 360 <div class="wrap"> 361 <h2><?php echo $title?></h2>361 <h2><?php echo wp_specialchars( $title ); ?></h2> 362 362 363 363 <form name="post" action="page.php" method="post" id="post"> -
trunk/wp-admin/edit-pages.php
r9232 r9233 136 136 137 137 <div class="wrap"> 138 <h2><?php echo $title?></h2>138 <h2><?php echo wp_specialchars( $title ); ?></h2> 139 139 140 140 <ul class="subsubsub"> -
trunk/wp-admin/edit-tags.php
r9232 r9233 144 144 145 145 <div class="wrap"> 146 <h2><?php echo $title?></h2>146 <h2><?php echo wp_specialchars( $title ); ?></h2> 147 147 148 148 <ul class="subsubsub"><li class="current"><a class="current"><br /></a></li></ul> -
trunk/wp-admin/export.php
r9232 r9233 23 23 24 24 <div class="wrap"> 25 <h2><?php echo $title?></h2>25 <h2><?php echo wp_specialchars( $title ); ?></h2> 26 26 27 27 <p><?php _e('When you click the button below WordPress will create an XML file for you to save to your computer.'); ?></p> -
trunk/wp-admin/import.php
r9232 r9233 14 14 15 15 <div class="wrap"> 16 <h2><?php echo $title?></h2>16 <h2><?php echo wp_specialchars( $title ); ?></h2> 17 17 <p><?php _e('If you have posts or comments in another system, WordPress can import those into this blog. To get started, choose a system to import from below:'); ?></p> 18 18 -
trunk/wp-admin/index.php
r9232 r9233 39 39 40 40 <div class="wrap"> 41 <h2><?php echo $title?></h2>41 <h2><?php echo wp_specialchars( $title ); ?></h2> 42 42 43 43 <div id="dashboard-widgets-wrap"> -
trunk/wp-admin/link-manager.php
r9232 r9233 96 96 97 97 <div class="wrap"> 98 <h2><?php echo $title?></h2>98 <h2><?php echo wp_specialchars( $title ); ?></h2> 99 99 100 100 <div class="filter"> -
trunk/wp-admin/media-upload.php
r9232 r9233 57 57 require_once('admin-header.php'); ?> 58 58 <div class="wrap"> 59 <h2><?php echo $title?></h2>59 <h2><?php echo wp_specialchars( $title ); ?></h2> 60 60 61 61 <form enctype="multipart/form-data" method="post" action="media-upload.php?inline=&upload-page-form=" class="media-upload-form type-form validate" id="file-form"> -
trunk/wp-admin/options-discussion.php
r9232 r9233 17 17 18 18 <div class="wrap"> 19 <h2><?php echo $title?></h2>19 <h2><?php echo wp_specialchars( $title ); ?></h2> 20 20 21 21 <form method="post" action="options.php"> -
trunk/wp-admin/options-general.php
r9232 r9233 50 50 51 51 <div class="wrap"> 52 <h2><?php echo $title?></h2>52 <h2><?php echo wp_specialchars( $title ); ?></h2> 53 53 54 54 <form method="post" action="options.php"> -
trunk/wp-admin/options-media.php
r9232 r9233 18 18 19 19 <div class="wrap"> 20 <h2><?php echo $title?></h2>20 <h2><?php echo wp_specialchars( $title ); ?></h2> 21 21 22 22 <form action="options.php" method="post"> -
trunk/wp-admin/options-misc.php
r9232 r9233 18 18 19 19 <div class="wrap"> 20 <h2><?php echo $title?></h2>20 <h2><?php echo wp_specialchars( $title ); ?></h2> 21 21 22 22 <form method="post" action="options.php"> -
trunk/wp-admin/options-permalink.php
r9232 r9233 124 124 125 125 <div class="wrap"> 126 <h2><?php echo $title?></h2>126 <h2><?php echo wp_specialchars( $title ); ?></h2> 127 127 128 128 <form name="form" action="options-permalink.php" method="post"> -
trunk/wp-admin/options-privacy.php
r9232 r9233 17 17 18 18 <div class="wrap"> 19 <h2><?php echo $title?></h2>19 <h2><?php echo wp_specialchars( $title ); ?></h2> 20 20 21 21 <form method="post" action="options.php"> -
trunk/wp-admin/options-reading.php
r9232 r9233 17 17 18 18 <div class="wrap"> 19 <h2><?php echo $title?></h2>19 <h2><?php echo wp_specialchars( $title ); ?></h2> 20 20 21 21 <form name="form1" method="post" action="options.php"> -
trunk/wp-admin/options-writing.php
r9232 r9233 17 17 18 18 <div class="wrap"> 19 <h2><?php echo $title?></h2>19 <h2><?php echo wp_specialchars( $title ); ?></h2> 20 20 21 21 <form method="post" action="options.php"> -
trunk/wp-admin/plugin-editor.php
r9232 r9233 97 97 <?php endif; ?> 98 98 <div class="wrap"> 99 <h2><?php echo $title?></h2>99 <h2><?php echo wp_specialchars( $title ); ?></h2> 100 100 101 101 <div class="tablenav"> -
trunk/wp-admin/plugin-install.php
r9232 r9233 53 53 ?> 54 54 <div class="wrap"> 55 <h2><?php echo $title?></h2>55 <h2><?php echo wp_specialchars( $title ); ?></h2> 56 56 57 57 <ul class="subsubsub"> -
trunk/wp-admin/plugins.php
r9232 r9233 204 204 205 205 <div class="wrap"> 206 <h2><?php echo $title?></h2>206 <h2><?php echo wp_specialchars( $title ); ?></h2> 207 207 208 208 <p><?php _e('Plugins extend and expand the functionality of WordPress. Once a plugin is installed, you may activate it or deactivate it here.'); ?></p> -
trunk/wp-admin/theme-editor.php
r9232 r9233 100 100 ?> 101 101 <div class="wrap"> 102 <h2><?php echo $title?></h2>102 <h2><?php echo wp_specialchars( $title ); ?></h2> 103 103 <div class="bordertitle"> 104 104 <form id="themeselector" action="theme-editor.php" method="post"> -
trunk/wp-admin/themes.php
r9232 r9233 99 99 100 100 <div class="wrap"> 101 <h2><?php echo $title?></h2>101 <h2><?php echo wp_specialchars( $title ); ?></h2> 102 102 103 103 <h2><?php _e('Current Theme'); ?></h2> -
trunk/wp-admin/turbo.php
r9232 r9233 18 18 ?> 19 19 <div id="gears-info-box" class="wrap"> 20 <h2><?php echo $title?></h2>20 <h2><?php echo wp_specialchars( $title ); ?></h2> 21 21 22 22 <img src="images/gear.png" title="Gear" alt="" class="gears-img" /> -
trunk/wp-admin/upload.php
r9232 r9233 184 184 185 185 <div class="wrap"> 186 <h2><?php echo $title?></h2>186 <h2><?php echo wp_specialchars( $title ); ?></h2> 187 187 188 188 <ul class="subsubsub"> -
trunk/wp-admin/user-edit.php
r9232 r9233 178 178 179 179 <div class="wrap" id="profile-page"> 180 <h2><?php echo $title?></h2>180 <h2><?php echo wp_specialchars( $title ); ?></h2> 181 181 182 182 <form id="your-profile" action="" method="post"> -
trunk/wp-admin/users.php
r9232 r9233 265 265 266 266 <div class="wrap"> 267 <h2><?php echo $title?></h2>267 <h2><?php echo wp_specialchars( $title ); ?></h2> 268 268 269 269 <form id="posts-filter" action="" method="get"> -
trunk/wp-admin/widgets.php
r9232 r9233 234 234 235 235 <div class="wrap"> 236 <h2><?php echo $title?></h2>236 <h2><?php echo wp_specialchars( $title ); ?></h2> 237 237 238 238 <form id="widgets-filter" action="" method="get">
Note: See TracChangeset
for help on using the changeset viewer.