コード例 #1
0
/**
 * @deprecated: since 2.1, replaced with displetretsidx_the_search_form
 * @param: $column: integer
 * @return: print: dynamic_sidebar
 */
function displetretsidx_get_advanced_search_form($column = 1)
{
    displetretsidx_the_advanced_search_form($column);
}
コード例 #2
0
/**
 * @return: boolean
 */
function displetretsidx_the_advanced_search_form_column()
{
    global $displetretsidx_template;
    displetretsidx_the_advanced_search_form($displetretsidx_template['column_index']);
    $displetretsidx_template['column_index']++;
}