Tweak some markup.
git-svn-id: https://develop.svn.wordpress.org/trunk@1364 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
5fb2c2511d
commit
b2b196d3de
@ -1,5 +1,5 @@
|
||||
|
||||
<p id="footer"><a href="http://wordpress.org/">WordPress</a></strong> <?php bloginfo('version'); ?> — <a href="http://wordpress.org/support/"><?php _e('Support Forums'); ?></a><br />
|
||||
<p id="footer"><strong><a href="http://wordpress.org/">WordPress</a></strong> <?php bloginfo('version'); ?> — <a href="http://wordpress.org/support/"><?php _e('Support Forums'); ?></a><br />
|
||||
<?php
|
||||
printf(__('%s seconds'), number_format(timer_stop(), 2));
|
||||
?>
|
||||
|
@ -284,7 +284,7 @@ function meta_form() {
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
<p class="submit"><input type="submit" name="updatemeta" tabindex="7" value="<?php _e('Add Custom Field »') ?>"></p>
|
||||
<p class="submit"><input type="submit" name="updatemeta" tabindex="7" value="<?php _e('Add Custom Field »') ?>" /></p>
|
||||
<?php
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user