From 06af2ce37c3e6f2111d3be8ae91da94873609ec6 Mon Sep 17 00:00:00 2001 From: AndreaChirulescu Date: Wed, 10 Mar 2021 19:13:59 +0100 Subject: added help file for reviewers --- includes/admin/helpfiles/instrunctions.php | 58 ++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 includes/admin/helpfiles/instrunctions.php (limited to 'includes/admin/helpfiles/instrunctions.php') diff --git a/includes/admin/helpfiles/instrunctions.php b/includes/admin/helpfiles/instrunctions.php new file mode 100644 index 0000000..3f5c49b --- /dev/null +++ b/includes/admin/helpfiles/instrunctions.php @@ -0,0 +1,58 @@ +. + + */ + + + +if ( !class_exists( 'Instructions_Page' ) ) { + + class Instructions_Page { + + static function render_instr_html() { + + ?> + +
+Pick a help file to go through + +
+ + \ No newline at end of file -- cgit v1.2.3