column-group.php 243 字节 原文件 审查 历史 永久链接 1 2 3 4 5 6 7 8 9 <div<?php FLBuilder::render_column_group_attributes( $group ); ?>> <?php // $cols received as a magic variable from template loader foreach ( $cols as $col ) : ?> <?php FLBuilder::render_column( $col ); ?> <?php endforeach; ?> </div>