Guest User

Untitled

a guest
Oct 21st, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. from theme-settings.php:
  2.  
  3. function genesis_theme_settings_info_box() { ?>
  4. <p><strong><?php _e('Version:', 'genesis'); ?></strong> <?php genesis_option('theme_version'); ?> <?php echo g_ent('&middot;'); ?> <strong><?php _e('Released:', 'genesis'); ?></strong> <?php echo PARENT_THEME_RELEASE_DATE; ?></p>
  5.  
  6.  
  7. --------------
  8.  
  9. from theme-settings.php:
  10.  
  11. 'theme_version' => PARENT_THEME_VERSION
  12.  
  13.  
  14. -------------
  15. from init.php:
  16.  
  17. define('PARENT_THEME_VERSION', '1.5');
Add Comment
Please, Sign In to add comment