Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/gcofficial/framework into…
Browse files Browse the repository at this point in the history
… gcofficial-master

Pull the request #151.
  • Loading branch information
jlambe committed Jun 15, 2015
2 parents 36aabf3 + 3754bf4 commit 4644286
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/Themosis/Helpers/helpers.php
Expand Up @@ -60,8 +60,10 @@ function themosis_convert_path($path)
*/
function td($value)
{
$attributes = func_get_args();
if(count($attributes) == 1) $attributes = $attributes[0];
echo '<pre>';
print_r($value);
print_r($attributes);
echo '</pre>';
wp_die();
}
Expand All @@ -77,8 +79,10 @@ function td($value)
*/
function tp($value)
{
$attributes = func_get_args();
if(count($attributes) == 1) $attributes = $attributes[0];
echo '<pre>';
print_r($value);
print_r($attributes);
echo '</pre>';
}
}
Expand Down

0 comments on commit 4644286

Please sign in to comment.