PluginProbe
Ultimate Markdown – Markdown Editor, Importer, & Exporter / trunk
Ultimate Markdown – Markdown Editor, Importer, & Exporter vtrunk
1.26 trunk 1.07 1.08 1.09 1.10 1.11 1.12 1.13 1.14 1.15 1.16 1.18 1.19 1.20 1.21 1.22 1.23 1.24 1.25
ultimate-markdown / admin / view / tools.php

tools.php in Ultimate Markdown – Markdown Editor, Importer, & Exporter trunk, at admin/view/tools.php

11 lines 321 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * The file used to display the "Tools" menu in the admin area.
4 *
5 * @package ultimate-markdown
6 */
7
8 $this->menu_elements->capability = get_option( $this->shared->get( 'slug' ) . '_tools_menu_required_capability' );
9 $this->menu_elements->context = null;
10 $this->menu_elements->display_menu_content();
11