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

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

10 lines 332 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 "Documents" menu in the admin area.
4 *
5 * @package ultimate-markdown
6 */
7
8 $this->menu_elements->capability = get_option( $this->shared->get( 'slug' ) . '_documents_menu_required_capability' );
9 $this->menu_elements->context = 'crud';
10 $this->menu_elements->display_menu_content();