Closed bobbingwide closed 5 years ago
Determine what we need to keep, if any, in the oik_presentation_footer function when oobit has (re)implemented the 3 footer widgets supported by the Twenty Eleven theme.
oik_presentation_footer
See https://github.com/bobbingwide/oobit/issues/3
Eliminate most of the code in oik_presentation_footer since this can be displayed in footer widget areas. ie. this lot
e( do_shortcode( "[audio]" )); oikp_editCSS(); e( bw_follow_me() ); e( bw_copyright()); oik_require( "shortcodes/oik-wtf.php" ); e( bw_wtf());
Requirements
Determine what we need to keep, if any, in the
oik_presentation_footer
function when oobit has (re)implemented the 3 footer widgets supported by the Twenty Eleven theme.See https://github.com/bobbingwide/oobit/issues/3
Proposed solution
Eliminate most of the code in
oik_presentation_footer
since this can be displayed in footer widget areas. ie. this lot