Skip to content

Commit 22a96c8

Browse files
committed
update and add version number to admin footer
1 parent 2bffc2e commit 22a96c8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

inc/admin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function df_admin_styles() {
3030
# Custom Backend Footer
3131
add_filter('admin_footer_text', 'df_custom_admin_footer');
3232
function df_custom_admin_footer() {
33-
_e('<span id="footer-thankyou">Powered by <a href="http://www.divblend.com" target="_blank">The Div Framework</a></span>.', 'div-framework');
33+
_e('<span id="footer-thankyou">Powered by <a href="http://www.divblend.com" target="_blank">The Div Framework</a> (version '.DF::$version.')</span>.', 'div-framework');
3434
}
3535

3636
/*=====// THEME SUPPORTS //===================*/

inc/df.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class DF{
1818
/**
1919
* @var string
2020
*/
21-
public static $version = '1.0';
21+
public static $version = '0.2.6';
2222

2323
/**
2424
* @var DF The single instance of the class

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Theme URI: https://divblend.com/div-framework/
44
Author: Div Blend Team
55
Author URI: http://divblend.com/div-blend-contributors/
66
Description: A solid, bones-like, SASS framework with an emphasis on a mobile first approach. One of the few frameworks that aims to maintain the WordPress philosophy that themes are responsible for appearance while plugins maintain the functionality. This is a <strong>developers</strong> framework, designed to ease the pain of theme development. Part of the <a href="http://divblend.com" target="_blank">Div Blend</a> package, developed by <a href="http://divblend.com/div-blend-contributors/" target="_blank">Div Blend Contributors</a>
7-
Version: 0.2.5
7+
Version: 0.2.6
88
Tags: framework, parent-theme, flexble-width, translation-ready, microformats, rtl-language-support
99
GitHub Theme URI: https://github.com/DivTruth/div-framework
1010
GitHub Branch: master

0 commit comments

Comments
 (0)