summaryrefslogtreecommitdiffstats
path: root/wp-admin/edit.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-10-06 07:02:57 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-10-06 07:02:57 +0000
commita5b29f6db23d18f819bb6676d05863dcd7504eb9 (patch)
tree4807bdb393534ae43d21f6348949497e3b6c5c1e /wp-admin/edit.php
parent6e038c5171a02fc6920d376ba49d14fadbb8a5e0 (diff)
downloadwordpress-mu-a5b29f6db23d18f819bb6676d05863dcd7504eb9.tar.gz
wordpress-mu-a5b29f6db23d18f819bb6676d05863dcd7504eb9.tar.xz
wordpress-mu-a5b29f6db23d18f819bb6676d05863dcd7504eb9.zip
WP Merge to rev 4349
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@793 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-admin/edit.php')
-rw-r--r--wp-admin/edit.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/wp-admin/edit.php b/wp-admin/edit.php
index 4f2f332..bd570d0 100644
--- a/wp-admin/edit.php
+++ b/wp-admin/edit.php
@@ -77,7 +77,7 @@ if ( is_month() ) {
<fieldset>
<legend><?php _e('Search Posts&hellip;') ?></legend>
<input type="text" name="s" value="<?php if (isset($s)) echo wp_specialchars($s, 1); ?>" size="17" />
- <input type="submit" name="submit" value="<?php _e('Search') ?>" />
+ <input type="submit" name="submit" value="<?php _e('Search') ?>" class="button" />
</fieldset>
</form>
@@ -106,7 +106,7 @@ if ( count($arc_result) ) { ?>
}
?>
</select>
- <input type="submit" name="submit" value="<?php _e('Show Month') ?>" />
+ <input type="submit" name="submit" value="<?php _e('Show Month') ?>" class="button" />
</fieldset>
</form>
@@ -116,7 +116,7 @@ if ( count($arc_result) ) { ?>
<fieldset>
<legend><?php _e('Browse Category&hellip;') ?></legend>
<?php wp_dropdown_categories('show_option_all='.__('All').'&hide_empty=1&hierarchical=1&show_count=1&selected='.$cat);?>
- <input type="submit" name="submit" value="<?php _e('Show Category') ?>" />
+ <input type="submit" name="submit" value="<?php _e('Show Category') ?>" class="button" />
</fieldset>
</form>