From 5bf66662a9bdd62c5bccab15e607cd95cfb8fcab Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Mon, 27 Jul 2020 10:05:23 +0200 Subject: Removed wordpress and phpmyadmin, my server doesn't handle it well and it brings shame on my familly --- srcs/wordpress/wp-admin/media-new.php | 89 ----------------------------------- 1 file changed, 89 deletions(-) delete mode 100644 srcs/wordpress/wp-admin/media-new.php (limited to 'srcs/wordpress/wp-admin/media-new.php') diff --git a/srcs/wordpress/wp-admin/media-new.php b/srcs/wordpress/wp-admin/media-new.php deleted file mode 100644 index 0cc82a5..0000000 --- a/srcs/wordpress/wp-admin/media-new.php +++ /dev/null @@ -1,89 +0,0 @@ -add_help_tab( - array( - 'id' => 'overview', - 'title' => __( 'Overview' ), - 'content' => - '

' . __( 'You can upload media files here without creating a post first. This allows you to upload files to use with posts and pages later and/or to get a web link for a particular file that you can share. There are three options for uploading files:' ) . '

' . - '', - ) -); -get_current_screen()->set_help_sidebar( - '

' . __( 'For more information:' ) . '

' . - '

' . __( 'Documentation on Uploading Media Files' ) . '

' . - '

' . __( 'Support' ) . '

' -); - -require_once( ABSPATH . 'wp-admin/admin-header.php' ); - -$form_class = 'media-upload-form type-form validate'; - -if ( get_user_setting( 'uploader' ) || isset( $_GET['browser-uploader'] ) ) { - $form_class .= ' html-uploader'; -} -?> -
-

- -
- - - - - - -
-
-
- -