Lines:
101 to 200 of 255
/* function hr() – Produce a horizontal rule tag */ /* function lit() – Create a list item with a specific CSS class and/or ID */ /* function li() – Helper function for list item */ // Note: here we omit the 's' of span to make it easier to type /* function span() – */ /* function epan() – */ /* * Create a span with a specific class and content * * Note: This has different parameters from sediv() * If you need to set an id= parameter use span() and epan(); */ /* function sepan() – */ /* function td() – Output a table data field */ /* function th() – Output a table heading */ /* function bw_get_docroot_suffix() – Get the document root suffix */ /* This gets us to the right place when the link is from a sub-directory but it doesn't add anthing when the link is of form http: https: ftp: mailto: */ /* function bw_expand_link() – */ /* function strong() – */ /* function em() – */ /* function _bw_blockquote() – Produce a blockquote tag */ /* function bw_quote() – Produce a quotation tag */ /* function _bw_cite() – Produce a cite tag */ /* function _bw_abbr() – Create an abbr tag */ /* function _bw_acronym() – Create an acronym tag */ /* function _bw_c() – Create an HTML comment */ /* function c() – Create an HTML comment */ /* function bw_debug_on() – */ /* function bw_debug_off() – */ /* function bw_debug() – */ // Deleted bw() // Deleted ebw() // Moved logic for art_button() to bobbcomp.inc // Deleted bw_default() // Deleted bw_gallery() /* function bw_format_date() – Format a date with the specified format */ /* function bw_validate_torf() – Validate as true or false */ /* function bw_plugin_namify() – Return what might be the plugin name with hyphens and lowercase chars */ /* function bw_funcname() – Return the function name of the function to invoke built from parms */ /* function oik_url() – Return the URL for a resource file */ /* function bw_sc_help() – Display shortcode help */ /* function bw_sc_syntax() – Display a shortcode’s syntax */ /* function bw_sc_example() – Display a shortcode example */ /* function bw_sc_snippet() – Display a shortcode snippet */ if ( !function_exists( "bw_jquery" ) ) { /* function bw_jquery() – Dynamic jQuery setting the selector, function and option parameters */ } /* function bw_jq_flush() – Flush the inline jQuery code to the WordPress footer */ /* function bw_jq() – Appends some more jQuery code to be output later */ /* function bw_jq_get() – Returns any queued jQuery */ /* function bw_json_encode() – json_encode without Warnings */ if ( !function_exists( "bw_jkv" ) ) { /* function bw_jkv() – Format an array of parms for jQuery */View on GitHub