File manager - Edit - /home/u921752703/domains/aerowesterngreenfarm.com/public_html/wp-admin.zip
Back
PK � y\��q�n n contribute.phpnu �[��� <?php /** * Contribute administration panel. * * @package WordPress * @subpackage Administration */ /** WordPress Administration Bootstrap */ require_once __DIR__ . '/admin.php'; // Used in the HTML title tag. $title = __( 'Get Involved' ); list( $display_version ) = explode( '-', get_bloginfo( 'version' ) ); $header_alt_text = sprintf( /* translators: %s: Version number. */ __( 'WordPress %s' ), $display_version ); require_once ABSPATH . 'wp-admin/admin-header.php'; ?> <div class="wrap about__container"> <div class="about__header"> <div class="about__header-image"> <img src="images/about-release-logo.svg?ver=6.9" alt="<?php echo esc_attr( $header_alt_text ); ?>" /> </div> <div class="about__header-title"> <h1> <?php _e( 'Get Involved' ); ?> </h1> </div> <div class="about__header-text"> <?php _e( 'Be the future of WordPress' ); ?> </div> </div> <nav class="about__header-navigation nav-tab-wrapper wp-clearfix" aria-label="<?php esc_attr_e( 'Secondary menu' ); ?>"> <a href="about.php" class="nav-tab"><?php _e( 'What’s New' ); ?></a> <a href="credits.php" class="nav-tab"><?php _e( 'Credits' ); ?></a> <a href="freedoms.php" class="nav-tab"><?php _e( 'Freedoms' ); ?></a> <a href="privacy.php" class="nav-tab"><?php _e( 'Privacy' ); ?></a> <a href="contribute.php" class="nav-tab nav-tab-active" aria-current="page"><?php _e( 'Get Involved' ); ?></a> </nav> <div class="about__section has-2-columns is-wider-right"> <div class="column"> <img src="<?php echo esc_url( admin_url( 'images/contribute-main.svg?ver=6.5' ) ); ?>" alt="" width="290" height="290" /> </div> <div class="column is-vertically-aligned-center"> <p><?php _e( 'Do you use WordPress for work, for personal projects, or even just for fun? You can help shape the long-term success of the open source project that powers millions of websites around the world.' ); ?></p> <p><?php _e( 'Join the diverse WordPress contributor community and connect with other people who are passionate about maintaining a free and open web.' ); ?></p> <ul> <li><?php _e( 'Be part of a global open source community.' ); ?></li> <li><?php _e( 'Apply your skills or learn new ones.' ); ?></li> <li><?php _e( 'Grow your network and make friends.' ); ?></li> </ul> </div> </div> <div class="about__section has-2-columns is-wider-left"> <div class="column is-vertically-aligned-center"> <h2 class="is-smaller-heading"><?php _e( 'No-code contribution' ); ?></h2> <p><?php _e( 'WordPress may thrive on technical contributions, but you don’t have to code to contribute. Here are some of the ways you can make an impact without writing a single line of code:' ); ?></p> <ul> <li><?php _e( '<strong>Share</strong> your knowledge in the WordPress support forums.' ); ?></li> <li><?php _e( '<strong>Write</strong> or improve documentation for WordPress.' ); ?></li> <li><?php _e( '<strong>Translate</strong> WordPress into your local language.' ); ?></li> <li><?php _e( '<strong>Create</strong> and improve WordPress educational materials.' ); ?></li> <li><?php _e( '<strong>Promote</strong> the WordPress project to your community.' ); ?></li> <li><?php _e( '<strong>Curate</strong> submissions or take photos for the Photo Directory.' ); ?></li> <li><?php _e( '<strong>Organize</strong> or participate in local Meetups and WordCamps.' ); ?></li> <li><?php _e( '<strong>Lend</strong> your creative imagination to the WordPress UI design.' ); ?></li> <li><?php _e( '<strong>Edit</strong> videos and add captions to WordPress.tv.' ); ?></li> <li><?php _e( '<strong>Explore</strong> ways to reduce the environmental impact of websites.' ); ?></li> </ul> </div> <div class="column"> <img src="<?php echo esc_url( admin_url( 'images/contribute-no-code.svg?ver=6.5' ) ); ?>" alt="" width="290" height="290" /> </div> </div> <div class="about__section has-2-columns is-wider-right"> <div class="column"> <img src="<?php echo esc_url( admin_url( 'images/contribute-code.svg?ver=6.5' ) ); ?>" alt="" width="290" height="290" /> </div> <div class="column is-vertically-aligned-center"> <h2 class="is-smaller-heading"><?php _e( 'Code-based contribution' ); ?></h2> <p><?php _e( 'If you do code, or want to learn how, you can contribute technically in numerous ways:' ); ?></p> <ul> <li><?php _e( '<strong>Find</strong> and report bugs in the WordPress core software.' ); ?></li> <li><?php _e( '<strong>Test</strong> new releases and proposed features for the Block Editor.' ); ?></li> <li><?php _e( '<strong>Write</strong> and submit patches to fix bugs or help build new features.' ); ?></li> <li><?php _e( '<strong>Contribute</strong> to the code, improve the UX, and test the WordPress app.' ); ?></li> </ul> <p><?php _e( 'WordPress embraces new technologies, while being committed to backward compatibility. The WordPress project uses the following languages and libraries:' ); ?></p> <ul> <li><?php _e( 'WordPress Core and Block Editor: HTML, CSS, PHP, SQL, JavaScript, and React.' ); ?></li> <li><?php _e( 'WordPress app: Kotlin, Java, Swift, Objective-C, Vue, Python, and TypeScript.' ); ?></li> </ul> </div> </div> <div class="about__section is-feature has-subtle-background-color"> <div class="column"> <h2><?php _e( 'Shape the future of the web with WordPress' ); ?></h2> <p><?php _e( 'Finding the area that aligns with your skills and interests is the first step toward meaningful contribution. With more than 20 Make WordPress teams working on different parts of the open source WordPress project, there’s a place for everyone, no matter what your skill set is.' ); ?></p> <p><a href="<?php echo esc_url( __( 'https://make.wordpress.org/contribute/' ) ); ?>"><?php _e( 'Find your team →' ); ?></a></p> </div> </div> </div> <?php require_once ABSPATH . 'wp-admin/admin-footer.php'; PK � y\bB�� � ms-admin.phpnu �[��� <?php /** * Multisite administration panel. * * @package WordPress * @subpackage Multisite * @since 3.0.0 */ require_once __DIR__ . '/admin.php'; wp_redirect( network_admin_url() ); exit; PK � y\~R�RT T media-upload.phpnu �[��� <?php /** * Manage media uploaded file. * * There are many filters in here for media. Plugins can extend functionality * by hooking into the filters. * * @package WordPress * @subpackage Administration */ if ( ! isset( $_GET['inline'] ) ) { define( 'IFRAME_REQUEST', true ); } /** Load WordPress Administration Bootstrap */ require_once __DIR__ . '/admin.php'; if ( ! current_user_can( 'upload_files' ) ) { wp_die( __( 'Sorry, you are not allowed to upload files.' ), 403 ); } wp_enqueue_script( 'plupload-handlers' ); wp_enqueue_script( 'image-edit' ); wp_enqueue_script( 'set-post-thumbnail' ); wp_enqueue_style( 'imgareaselect' ); wp_enqueue_script( 'media-gallery' ); header( 'Content-Type: ' . get_option( 'html_type' ) . '; charset=' . get_option( 'blog_charset' ) ); // IDs should be integers. $ID = isset( $ID ) ? (int) $ID : 0; // phpcs:ignore WordPress.NamingConventions.ValidVariableName $post_id = isset( $post_id ) ? (int) $post_id : 0; // Require an ID for the edit screen. if ( isset( $action ) && 'edit' === $action && ! $ID ) { // phpcs:ignore WordPress.NamingConventions.ValidVariableName wp_die( '<h1>' . __( 'An error occurred during the upload process.' ) . '</h1>' . '<p>' . __( 'Invalid item ID. You can view all media items in the <a href="upload.php">Media Library</a>.' ) . '</p>', 403 ); } if ( ! empty( $_REQUEST['post_id'] ) && ! current_user_can( 'edit_post', $_REQUEST['post_id'] ) ) { wp_die( '<h1>' . __( 'You need a higher level of permission.' ) . '</h1>' . '<p>' . __( 'Sorry, you are not allowed to edit this item.' ) . '</p>', 403 ); } // Upload type: image, video, file, ...? if ( isset( $_GET['type'] ) ) { $type = (string) $_GET['type']; } else { /** * Filters the default media upload type in the legacy (pre-3.5.0) media popup. * * @since 2.5.0 * * @param string $type The default media upload type. Possible values include * 'image', 'audio', 'video', 'file', etc. Default 'file'. */ $type = apply_filters( 'media_upload_default_type', 'file' ); } // Tab: gallery, library, or type-specific. if ( isset( $_GET['tab'] ) ) { $tab = (string) $_GET['tab']; } else { /** * Filters the default tab in the legacy (pre-3.5.0) media popup. * * @since 2.5.0 * * @param string $tab The default media popup tab. Default 'type' (From Computer). */ $tab = apply_filters( 'media_upload_default_tab', 'type' ); } $body_id = 'media-upload'; // Let the action code decide how to handle the request. if ( 'type' === $tab || 'type_url' === $tab || ! array_key_exists( $tab, media_upload_tabs() ) ) { /** * Fires inside specific upload-type views in the legacy (pre-3.5.0) * media popup based on the current tab. * * The dynamic portion of the hook name, `$type`, refers to the specific * media upload type. * * The hook only fires if the current `$tab` is 'type' (From Computer), * 'type_url' (From URL), or, if the tab does not exist (i.e., has not * been registered via the {@see 'media_upload_tabs'} filter. * * Possible hook names include: * * - `media_upload_audio` * - `media_upload_file` * - `media_upload_image` * - `media_upload_video` * * @since 2.5.0 */ do_action( "media_upload_{$type}" ); } else { /** * Fires inside limited and specific upload-tab views in the legacy * (pre-3.5.0) media popup. * * The dynamic portion of the hook name, `$tab`, refers to the specific * media upload tab. Possible values include 'library' (Media Library), * or any custom tab registered via the {@see 'media_upload_tabs'} filter. * * @since 2.5.0 */ do_action( "media_upload_{$tab}" ); } PK � y\�U�� � plugin-install.phpnu �[��� <?php /** * Install plugin administration panel. * * @package WordPress * @subpackage Administration */ // TODO: Route this page via a specific iframe handler instead of the do_action below. if ( ! defined( 'IFRAME_REQUEST' ) && isset( $_GET['tab'] ) && ( 'plugin-information' === $_GET['tab'] ) ) { define( 'IFRAME_REQUEST', true ); } /** * WordPress Administration Bootstrap. */ require_once __DIR__ . '/admin.php'; if ( ! current_user_can( 'install_plugins' ) ) { wp_die( __( 'Sorry, you are not allowed to install plugins on this site.' ) ); } if ( is_multisite() && ! is_network_admin() ) { wp_redirect( network_admin_url( 'plugin-install.php' ) ); exit; } $wp_list_table = _get_list_table( 'WP_Plugin_Install_List_Table' ); $pagenum = $wp_list_table->get_pagenum(); if ( ! empty( $_REQUEST['_wp_http_referer'] ) ) { $location = remove_query_arg( '_wp_http_referer', wp_unslash( $_SERVER['REQUEST_URI'] ) ); if ( ! empty( $_REQUEST['paged'] ) ) { $location = add_query_arg( 'paged', (int) $_REQUEST['paged'], $location ); } wp_redirect( $location ); exit; } $wp_list_table->prepare_items(); $total_pages = $wp_list_table->get_pagination_arg( 'total_pages' ); if ( $pagenum > $total_pages && $total_pages > 0 ) { wp_redirect( add_query_arg( 'paged', $total_pages ) ); exit; } // Used in the HTML title tag. $title = __( 'Add Plugins' ); $parent_file = 'plugins.php'; wp_enqueue_script( 'plugin-install' ); if ( 'plugin-information' !== $tab ) { add_thickbox(); } $body_id = $tab; wp_enqueue_script( 'updates' ); /** * Fires before each tab on the Install Plugins screen is loaded. * * The dynamic portion of the hook name, `$tab`, allows for targeting * individual tabs. * * Possible hook names include: * * - `install_plugins_pre_beta` * - `install_plugins_pre_favorites` * - `install_plugins_pre_featured` * - `install_plugins_pre_plugin-information` * - `install_plugins_pre_popular` * - `install_plugins_pre_recommended` * - `install_plugins_pre_search` * - `install_plugins_pre_upload` * * @since 2.7.0 */ do_action( "install_plugins_pre_{$tab}" ); /* * Call the pre upload action on every non-upload plugin installation screen * because the form is always displayed on these screens. */ if ( 'upload' !== $tab ) { /** This action is documented in wp-admin/plugin-install.php */ do_action( 'install_plugins_pre_upload' ); } get_current_screen()->add_help_tab( array( 'id' => 'overview', 'title' => __( 'Overview' ), 'content' => '<p>' . sprintf( /* translators: %s: https://wordpress.org/plugins/ */ __( 'Plugins hook into WordPress to extend its functionality with custom features. Plugins are developed independently from the core WordPress application by thousands of developers all over the world. All plugins in the official <a href="%s">WordPress Plugin Directory</a> are compatible with the license WordPress uses.' ), __( 'https://wordpress.org/plugins/' ) ) . '</p>' . '<p>' . __( 'You can find new plugins to install by searching or browsing the directory right here in your own Plugins section.' ) . ' <span id="live-search-desc" class="hide-if-no-js">' . __( 'The search results will be updated as you type.' ) . '</span></p>', ) ); get_current_screen()->add_help_tab( array( 'id' => 'adding-plugins', 'title' => __( 'Adding Plugins' ), 'content' => '<p>' . __( 'If you know what you are looking for, Search is your best bet. The Search screen has options to search the WordPress Plugin Directory for a particular Term, Author, or Tag. You can also search the directory by selecting popular tags. Tags in larger type mean more plugins have been labeled with that tag.' ) . '</p>' . '<p>' . __( 'If you just want to get an idea of what’s available, you can browse Featured and Popular plugins by using the links above the plugins list. These sections rotate regularly.' ) . '</p>' . '<p>' . __( 'You can also browse a user’s favorite plugins, by using the Favorites link above the plugins list and entering their WordPress.org username.' ) . '</p>' . '<p>' . __( 'If you want to install a plugin that you’ve downloaded elsewhere, click the Upload Plugin button above the plugins list. You will be prompted to upload the .zip package, and once uploaded, you can activate the new plugin.' ) . '</p>', ) ); get_current_screen()->set_help_sidebar( '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . '<p>' . __( '<a href="https://wordpress.org/documentation/article/plugins-add-new-screen/">Documentation on Installing Plugins</a>' ) . '</p>' . '<p>' . __( '<a href="https://wordpress.org/support/forums/">Support forums</a>' ) . '</p>' ); get_current_screen()->set_screen_reader_content( array( 'heading_views' => __( 'Filter plugins list' ), 'heading_pagination' => __( 'Plugins list navigation' ), 'heading_list' => __( 'Plugins list' ), ) ); /** * WordPress Administration Template Header. */ require_once ABSPATH . 'wp-admin/admin-header.php'; WP_Plugin_Dependencies::initialize(); WP_Plugin_Dependencies::display_admin_notice_for_unmet_dependencies(); WP_Plugin_Dependencies::display_admin_notice_for_circular_dependencies(); ?> <div class="wrap <?php echo esc_attr( "plugin-install-tab-$tab" ); ?>"> <h1 class="wp-heading-inline"> <?php echo esc_html( $title ); ?> </h1> <?php if ( ! empty( $tabs['upload'] ) && current_user_can( 'upload_plugins' ) ) { printf( ' <a href="%s" class="upload-view-toggle page-title-action"><span class="upload">%s</span><span class="browse">%s</span></a>', ( 'upload' === $tab ) ? self_admin_url( 'plugin-install.php' ) : self_admin_url( 'plugin-install.php?tab=upload' ), __( 'Upload Plugin' ), __( 'Browse Plugins' ) ); } ?> <hr class="wp-header-end"> <?php /* * Output the upload plugin form on every non-upload plugin installation screen, so it can be * displayed via JavaScript rather then opening up the devoted upload plugin page. */ if ( 'upload' !== $tab ) { ?> <div class="upload-plugin-wrap"> <?php /** This action is documented in wp-admin/plugin-install.php */ do_action( 'install_plugins_upload' ); ?> </div> <?php $wp_list_table->views(); } /** * Fires after the plugins list table in each tab of the Install Plugins screen. * * The dynamic portion of the hook name, `$tab`, allows for targeting * individual tabs. * * Possible hook names include: * * - `install_plugins_beta` * - `install_plugins_favorites` * - `install_plugins_featured` * - `install_plugins_plugin-information` * - `install_plugins_popular` * - `install_plugins_recommended` * - `install_plugins_search` * - `install_plugins_upload` * * @since 2.7.0 * * @param int $paged The current page number of the plugins list table. */ do_action( "install_plugins_{$tab}", $paged ); ?> <span class="spinner"></span> </div> <?php wp_print_request_filesystem_credentials_modal(); wp_print_admin_notice_templates(); /** * WordPress Administration Template Footer. */ require_once ABSPATH . 'wp-admin/admin-footer.php'; PK � y\���@ @ images/resize.gifnu �[��� GIF89a � ������!� , @��a���jON�r�Ѧ�9n�Y ;PK � y\���� � images/align-center-2x.pngnu �[��� �PNG IHDR * 'Fds PLTE����N!��寯� �Z BIDATWc`� B� �͵j��j�������ƭl�t6�U�l���Φ�z\�U0��� p�G�H�@ IEND�B`�PK � y\lK�� � images/menu.pngnu �[��� �PNG IHDR � @ )� � PLTELiq" <58sssqpm ttt tsqxxv0?b���srnxxx ���);R.=Qlll<ooo<3$nnnttt~x`)<J:562;3tsq .@hhhh���!GG ]]]7?7%3K��{;< G51@-2OH&tttcccLE,,2bbb%MM}}}yyy5ErQ/G4,:_ddbUN*hhhN##\L/���:&#"IIGEVIG4Ds$KK���6URE���jjj���vvv���T40���K[�]\UKKK������J6!ZaV���~~~��膆�������sss���Q+N�������������F@$������lll���������yyy������$.J���D*.������Z/G����������9B8JQ�<=!��������Q;,������绻����𝝝���������BBCخ���i���������':Q�����ߎ�����}]z��ؿ�����������;&+����jA����ߝ�]m8L`�v���˭T�����s��M�{y��O^��x����Е��eҩ���߯��[Z6x������[k�{OOuRj����ұ����ŕ���\~B���8$����ߖ�u<����QIJ+W:T����k�x��=N{���Ě����űý��ⴴ����A�~���kiujX��}Ts<eFaʽ�����y����a��b����ť����������o_]�Яڛ6��H�����cw�n檁{[x�������͘s��/�`s�ׇfw�dNN����א� ZtRNS <*� 2 ��A@�>*�m�5��KX��m*�RR���G�U�����ӕ��������d�a�������枵�Vٖe��t������� � IDATx��kPI�'H A�AD彀�< yJ�����Y���j�� T������x@�2��V . ��(. "( ��<���뺷��w����IP��u�}R���̯��w�����������a��|���o�/��a˗hOk��k�>���!уm�j_���4]��Z�_�5,㿇�mB �P�.R��r� �bXI �_�"��f-ӵ ��E4p�zLLz�84w���뛺���S\3�7d�B7:�^�?D���m��Q-���*հ�j�H$�5g�%D4�\j�/�-p��sssKV�b.%%.�Ƅ��H��p�.��ӓ�Y�vv���Mz����+�zhbM��H��3���ݒ��٤C����x>���=��H_|qT� ]HX�d|k� �H^H��E��.c���NB�7�P&�d��KB�Z�II� ���,�4X^/��!��)�QXx#�o�EuըT5]Q� *BF^��t��ص��)EC�l W�w�0~%i�q����kHu�]T �+ǯHp M$EgH\��/ˤex7"/y�84I)!���[��rB��˴�&'����1� ��=Q�5 ��T���Z]m��h���h8�&���z���f؝�iǁZ � %�/���������~��v�:Ǻ3uu�` ���yP��K k�&?�4<zT=.c8>��F����O��Q�hw��Rt)jzzj��(D�a-��w�ڎ�C���S�P4���yø/�Be%����q���U�p���y�y}��n���B ��ۅ��H�a >ϻO�/qM^�)��'�����������4XXX>{z�vg���%�s�^O���k�JC��0PS#�71�� ��� 44w4P���/��K����p4�;0�>(H�O��"=+U`A٨��C�������< .��XC����:;�` �� �"/I]��i5V�'/��,Z��?�ݺ.�`Yv�BY�eoQ�D;��'�t3���; k��b�,X-�4 |�W B����g�?i��P�P�� V����A��|�%*����ְ���� �R�����O%%�������0u����x���3wd� ��н{Cmt��Us��n�y��:�����L�� VJ�'I�C+%1��?.���T�U `�����[/J��}����Eh �PQ8����~J��e�%d��- �T��WA����������j�PI)�u��6�y����AXﵢ�k��F�i����e���2�|Z'�����a!�iS��-�,Q��5�M���ӕ�=�}�������#���J��R�Y9���h�S4�P�a WA4T\%�5�,;EzhhG���jj` �}8�W[[[}-B'|��&0���ZIZ�u�%Z���&&dr�U�=[Fo�_��4��^f�x(�k'''_kĮ����O��I��Rկ4$� @jx@F�9�K)��T���_j r9B�qq?~�Ci� ����� ����"���^��Q�+� �����%��N�CFQ��k����+++�|�����O#��j���k���1a�!d�;iY{Y����]��0�!���ꜜ�[�r` �C�̝�Ljˋ p�hh���OL�A�����H�ɸ����WJh ���ӧ �OC�eÍ�J���$��O��m�<�;Sr,W�,����?j ]]���Y@l�m�q�%.*�P� T�i�i� Q���W�U4J����o8�� N�v ��( �|P�d|�Ǎ�'N�/T mmm�� C��(�;��;�Ռ��jNgJ�h�w8z�),*��,-*���x� ���*�q��22����\g���Buؼ�`{[5"��o�����t{��f�p8�3��T_�p��/�p��\�ng��<К� +˞����(�ZKK[�y@)ˀ� f���Ȍ :a75���9�����s�w&ޗ���t�90�Y}�f�+�=�.9:l�ϐOp��s��+T=�l.���P9��uu������h{�������d� �]�O��t8ΏH����i��4,�����A�H�����R?��]����=n3���y��X�綁��oM��k�aJ��$���!պ4>~�]j���� iZ��-�ܼl�������١~�c��+{ɒl��ftSr�R}}?77?���K��� �zЍKV�%�m�i+��7&F�}ô����$S���bg��h\�!qkڂ�ǫ�]������k���!,۾}ͬS�.;33�՚���xqFN�1M�+w �W$%''Q��!���o��baE�hs2�fQΊH8TĠ�����Ex�FCxV�Zf$ ���)��)"���6d�)���Q'����`,C�fA��߾ՠ�����͛7�3���J��5�3F��RAJRRV~�0�Ay���@��D�����RR��F����V/��o���Ro2�U�+JLLܟ��ai|�`!����R�����f���dR��� �%��mٶmK��NC2��������*lm�ת[;Vye�E�;G�����Da\M"wWko�55iZ�K�e!�C!ДRh#YXH ����¶��߅O�[wFJ�[�8!��a�C4V�yߛ��es��ڼ��Ʌ��Uh:�2�*��_�!ˋS㶀aT��U!�0ձe�&�"���8a�2((/X����wq�v��'I&