We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28b7a93 commit efc48e4Copy full SHA for efc48e4
themeplate.php
@@ -6,7 +6,7 @@
6
* Author: Gene Alyson Fortunado Torcende
7
* Author URI: mailto:genealyson.torcende@gmail.com
8
* Description: A toolkit to handle everything related in developing a full-featured WordPress theme.
9
- * Version: 3.5.1
+ * Version: 3.5.2
10
* License: GNU General Public License v3.0
11
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
12
*
@@ -24,7 +24,7 @@
24
================================================== */
25
26
if ( ! defined( 'TP_VERSION' ) ) {
27
- define( 'TP_VERSION', '3.5.1' );
+ define( 'TP_VERSION', '3.5.2' );
28
}
29
30
if ( ! defined( 'TP_FILE' ) ) {
0 commit comments