When on manage page, default favorite actions to the correspoding create page.

git-svn-id: https://develop.svn.wordpress.org/trunk@11043 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2009-04-22 01:30:15 +00:00
parent 43460fd224
commit 73ee0e829b
2 changed files with 31 additions and 2 deletions

View File

@@ -110,7 +110,7 @@ if ( function_exists('mb_strlen') ) {
<a href="<?php echo wp_logout_url() ?>" title="<?php _e('Log Out') ?>"><?php _e('Log Out'); ?></a></p>
</div>
<?php favorite_actions(); ?>
<?php favorite_actions($hook_suffix); ?>
</div>
</div>