mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
Button stylings from my. fixes #5912
git-svn-id: https://develop.svn.wordpress.org/trunk@6913 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ $today = current_time('mysql', 1);
|
||||
<h2><?php _e('Dashboard'); ?></h2>
|
||||
|
||||
<div id="rightnow">
|
||||
<h3 class="reallynow"><span><?php _e('Right Now'); ?></span> <a href="post-new.php" class="rbutton"><?php _e('Write a New Post'); ?></a> <a href="page-new.php" class="rbutton"><?php _e('Write a New Page'); ?></a><br class="clear" /></h3>
|
||||
<h3 class="reallynow"><span><?php _e('Right Now'); ?></span> <a href="post-new.php" class="rbutton"><strong><?php _e('Write a New Post'); ?></strong></a> <a href="page-new.php" class="rbutton"><?php _e('Write a New Page'); ?></a><br class="clear" /></h3>
|
||||
|
||||
<?php
|
||||
$num_posts = wp_count_posts( 'post' );
|
||||
|
||||
Reference in New Issue
Block a user