<?php // Copyright Bobbing Wide 2009-2016 bw_trace2( __FILE__ , "loaded" ) ; $bobbfunc_loaded = oik_require_lib( "bobbfunc" ); if ( $bobbfunc_loaded && $bobbfunc_loaded instanceof WP_Error ) { bw_trace2( $bobbfunc_loaded, "bobbfunc error", false, BW_TRACE_ERROR ); } /** * Original bobbfunc functions not in the 'bobbfunc' library * * The following functions have been moved to the 'bobbfunc' library: * - bw_oik_version * - bw_echo * - bw_flush * - bw_ret * - bw_push * - bw_pop * - bw_do_shortcode * - retimage * - kv * - atitle * - aname * - _alink * - alink * - retlink * - retstag * - nullretstag * - stag * - sol * - sul * - sdiv * - eol * - eul * - ediv * - sediv * - ep * - nullretetag * - retetag * - etag * - sp * - p * - p_ * - hn * - h1 * - h2 * - h3 * - h4 * - h5 * - h6 * - bwt * - e * - br * - hr * - lit * - li * - span * - epan * - sepan * - td * - th * - bw_get_docroot_suffix * - bw_expand_link * - strong * - em * - bw_quote * - cite - renamed to _bw_cite * - abbr - renamed to _bw_abbr * - acronym - renamed to _bw_acronym * - c - copied to _bw_c for oik, but not deprecated yet * - bw_debug_on * - bw_debug_off * - bw_debug * - bw_format_date * - bw_validate_torf * - bw_plugin_namify * - bw_funcname * - oik_url * - bw_sc_help * - bw_sc_syntax * - bw_sc_example * - bw_sc_snippet * - bw_jquery * - bw_jq_flush * - bw_jq * - bw_json_encode * - bw_jqv * - bw_jtorf * - bw_file_to_url * - bw_get_image_link * - bw_recreate_options * - bw_append * - bw_pick_one * - bw_load_plugin_textdomain * - bw_get_theme * - bw_wp_error * - bw_global_post_id * - bw_current_post_id * - bw_context * - bw_translate * - bw_translation_off * - bw_translation_on * - bw_dtt * - bw_get_dtt * - bw_tt * - bw_is_loaded * * Note: The above functions will be further stripped down as the oik admin interface is improved to use tabs. * * Functions moved elsewhere * * Function | New location * -------- | ----------------- * bw_blockquote | shortcodes/oik-blockquote.php * bw_cite | shortcodes/oik-cite.php * bw_abbr | shortcodes/oik-abbr.php * bw_acronym | shortcodes/oik-acronym.php * * Any remaining functions are NOT in the 'bobbfunc' library * To use these function the calling routine will need to continue to oik_require( "bobbfunc.inc" ); as before */ /* function bw() – Return the styled "Bobbing Wide" string */ /* function ebw() – echo Bobbing Wide inside a theme’s template file */ /* function bw_default() – Return a $default value if the $value is not set */ if ( !function_exists( "bw_gallery" ) ) { /* function bw_gallery() – Gallery logic */ }View on GitHub View on Trac
Called by
Invoked by
Calls
1 to 2 of 2