Advertisement
Guest User

Untitled

a guest
Jan 17th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. <div id="site-generator">
  2. <p><?php if ( ! $footer = portfoliopress_get_option( 'footer_text', false ) ) { ?>
  3. <?php _e('Powered by', 'portfolio-press'); ?> <a href="http://wordpress.org/" title="<?php esc_attr_e( 'A Semantic Personal Publishing Platform', 'portfolio-press' ); ?>" rel="generator"><?php printf( __( 'WordPress', 'portfolio-press' ) ); ?></a> &amp; <a href="http://wptheming.com/2010/07/portfolio-theme/"><?php _e('Portfolio', 'portfolio-press'); ?></a>.
  4. <?php } else {
  5. echo stripslashes($footer);
  6. } ?>
  7. </p>
  8. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement