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 --- ...ss-wp-customize-background-position-control.php | 111 --------------------- 1 file changed, 111 deletions(-) delete mode 100644 srcs/wordpress/wp-includes/customize/class-wp-customize-background-position-control.php (limited to 'srcs/wordpress/wp-includes/customize/class-wp-customize-background-position-control.php') diff --git a/srcs/wordpress/wp-includes/customize/class-wp-customize-background-position-control.php b/srcs/wordpress/wp-includes/customize/class-wp-customize-background-position-control.php deleted file mode 100644 index bb35b05..0000000 --- a/srcs/wordpress/wp-includes/customize/class-wp-customize-background-position-control.php +++ /dev/null @@ -1,111 +0,0 @@ - array( - 'label' => __( 'Top Left' ), - 'icon' => 'dashicons dashicons-arrow-left-alt', - ), - 'center top' => array( - 'label' => __( 'Top' ), - 'icon' => 'dashicons dashicons-arrow-up-alt', - ), - 'right top' => array( - 'label' => __( 'Top Right' ), - 'icon' => 'dashicons dashicons-arrow-right-alt', - ), - ), - array( - 'left center' => array( - 'label' => __( 'Left' ), - 'icon' => 'dashicons dashicons-arrow-left-alt', - ), - 'center center' => array( - 'label' => __( 'Center' ), - 'icon' => 'background-position-center-icon', - ), - 'right center' => array( - 'label' => __( 'Right' ), - 'icon' => 'dashicons dashicons-arrow-right-alt', - ), - ), - array( - 'left bottom' => array( - 'label' => __( 'Bottom Left' ), - 'icon' => 'dashicons dashicons-arrow-left-alt', - ), - 'center bottom' => array( - 'label' => __( 'Bottom' ), - 'icon' => 'dashicons dashicons-arrow-down-alt', - ), - 'right bottom' => array( - 'label' => __( 'Bottom Right' ), - 'icon' => 'dashicons dashicons-arrow-right-alt', - ), - ), - ); - ?> - <# if ( data.label ) { #> - {{{ data.label }}} - <# } #> - <# if ( data.description ) { #> - {{{ data.description }}} - <# } #> -
-
- -
- -
- $input ) : ?> - - -
- -
-
-
-