Replated deprecated function in Branding for WP 3 compatibility
Showing
1 changed file
with
1 additions
and
1 deletions
| 1 | <script type="text/javascript"> | 1 | <script type="text/javascript"> |
| 2 | jQuery(document).ready(function() { | 2 | jQuery(document).ready(function() { |
| 3 | jQuery('body').prepend('<div id="TzBrandingHeader"><div id="TzBrandingHeader_UtilityMenu">Tenzing CMS built on WordPress<br />Howdy, <a href="<?php echo get_settings('siteurl');?>/wp-admin/profile.php"><?php if (isset($current_user->user_firstname)){ echo($current_user->user_firstname); } else { echo($current_user->user_login);} ?></a> | <a href="<?php echo get_settings('siteurl');?>">Home</a> | <a href="<?php echo _logout_url(); ?>">Log Out</a></div></div>'); | 3 | jQuery('body').prepend('<div id="TzBrandingHeader"><div id="TzBrandingHeader_UtilityMenu">Tenzing CMS built on WordPress<br />Howdy, <a href="<?php echo get_option('siteurl');?>/wp-admin/profile.php"><?php if (isset($current_user->user_firstname)){ echo($current_user->user_firstname); } else { echo($current_user->user_login);} ?></a> | <a href="<?php echo get_option('siteurl');?>">Home</a> | <a href="<?php echo _logout_url(); ?>">Log Out</a></div></div>'); |
| 4 | }); | 4 | }); |
| 5 | </script> | 5 | </script> |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment