projects
/
project/omega.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
88412cd
)
cleaning up starterkit render_attributes function...
author
himerus
Fri, 9 Jul 2010 14:29:26 +0000 (14:29 +0000)
committer
himerus
Fri, 9 Jul 2010 14:29:26 +0000 (14:29 +0000)
starterkit/template.php
patch
|
blob
|
blame
|
history
diff --git
a/starterkit/template.php
b/starterkit/template.php
index
38991cd
..
6778351
100644
(file)
--- a/
starterkit/template.php
+++ b/
starterkit/template.php
@@
-107,7
+107,5
@@
function omega_starterkit_preprocess_block(&$vars, $hook) {
* @return string
*/
function omega_starterkit_render_attributes($attributes) {
- // not sure why this has to be here anymore, investigating
- return omega_render_attributes($attributes);
-
+ return omega_render_attributes($attributes);
}
\ No newline at end of file