Home
last modified time | relevance | path

Searched refs:urlholder (Results 1 – 2 of 2) sorted by relevance

/dports/chinese/wordpress-zh_CN/wordpress/wp-admin/includes/
H A Dclass-file-upload-upgrader.php51 * @param string $urlholder The name of the `GET` parameter that holds the filename.
53 public function __construct( $form, $urlholder ) { argument
55 if ( empty( $_FILES[ $form ]['name'] ) && empty( $_GET[ $urlholder ] ) ) {
90 } elseif ( is_numeric( $_GET[ $urlholder ] ) ) {
92 $this->id = (int) $_GET[ $urlholder ];
107 $this->filename = sanitize_file_name( $_GET[ $urlholder ] );
/dports/chinese/wordpress-zh_TW/wordpress/wp-admin/includes/
H A Dclass-file-upload-upgrader.php51 * @param string $urlholder The name of the `GET` parameter that holds the filename.
53 public function __construct( $form, $urlholder ) { argument
55 if ( empty( $_FILES[ $form ]['name'] ) && empty( $_GET[ $urlholder ] ) ) {
90 } elseif ( is_numeric( $_GET[ $urlholder ] ) ) {
92 $this->id = (int) $_GET[ $urlholder ];
107 $this->filename = sanitize_file_name( $_GET[ $urlholder ] );