Lines:
1 to 40 of 40
<?php // (C) Copyright Bobbing Wide 2011-2017 if ( !defined( "OIK_ADMIN_INCLUDED" ) ) { define( "OIK_ADMIN_INCLUDED", "3.2.0" ); /** * * Library: oik-admin * Provides: oik-admin * Depends: bobbfunc, bobbforms, class-bobbcomp * * Functions that support the display of admin pages * Extracted from admin/oik-admin.inc * * These are the shared library functions. */ /* function bw_load_plugin() – Load ‘plugin’ file if the options checkbox is set on */ /* function oik_box() – Outputs a postbox widget on the admin pages */ /* function oik_handlediv() – Displays the toggle button for the postbox */ /* function scolumn() – Start a column */ /* function ecolumn() – End a column */ /* function oik_menu_header() – Create an oik menu header */ /* function oik_menu_footer() – Create an oik menu footer */ /* function _bwtnt() – Append some non-translatable text to translatable text once it’s been translated */ /* function oik_plugins_validate() – Dummy validation function */ /* function oik_enqueue_scripts() – Enqueue jQuery scripts required by oik */ } /* end !defined() */View on GitHub View on Trac