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 / options.php

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

11 lines 295 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * The basic HTML for displaying the options page. Note that this page is then powered by React.
4 *
5 * @package ultimate-markdown
6 */
7
8 $this->menu_elements->capability = 'manage_options';
9 $this->menu_elements->context = null;
10 $this->menu_elements->display_menu_content();
11