Skip to content
Commits on Source (1)
......@@ -226,8 +226,8 @@ function theme_link_pages($args = '') {
}
// remove gallery css
add_filter('gallery_style', create_function('$a', 'return "
<div class=\'gallery\'>";'));
add_filter('gallery_style', function($a) { return "
<div class='gallery'>";});
// Return page tree
function theme_page_tree($this_page) {
......@@ -325,4 +325,4 @@ function theme_is_subpage() {
else return false;
}
?>
\ No newline at end of file
?>