PATH:
home
/
sarkas88.com
/
public_html
/
wp-admin
<?php /** * Credits administration panel. * * @package WordPress * @subpackage Administration */ /** WordPress Administration Bootstrap */ require_once __DIR__ . '/admin.php'; require_once __DIR__ . '/includes/credits.php'; // Used in the HTML title tag. $title = __( 'Credits' ); 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'; $credits = wp_credits(); ?> <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( 'Contributors' ); ?> </h1> </div> <div class="about__header-text"> <?php _e( 'Created by a worldwide team of passionate individuals' ); ?> </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 nav-tab-active" aria-current="page"><?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"><?php _e( 'Get Involved' ); ?></a> </nav> <div class="about__section has-1-column has-gutters"> <div class="column aligncenter"> <?php if ( ! $credits ) : ?> <p> <?php printf( /* translators: 1: https://wordpress.org/about/ */ __( 'WordPress is created by a <a href="%1$s">worldwide team</a> of passionate individuals.' ), __( 'https://wordpress.org/about/' ) ); ?> <br /> <a href="<?php echo esc_url( __( 'https://make.wordpress.org/contribute/' ) ); ?>"><?php _e( 'Get involved in WordPress.' ); ?></a> </p> <?php else : ?> <p> <?php _e( 'Want to see your name in lights on this page?' ); ?> <br /> <a href="<?php echo esc_url( __( 'https://make.wordpress.org/contribute/' ) ); ?>"><?php _e( 'Get involved in WordPress.' ); ?></a> </p> <?php endif; ?> </div> </div> <?php if ( ! $credits ) { echo '</div>'; require_once ABSPATH . 'wp-admin/admin-footer.php'; exit; } ?> <hr class="is-large" /> <div class="about__section"> <div class="column is-edge-to-edge"> <?php wp_credits_section_title( $credits['groups']['core-developers'] ); ?> <?php wp_credits_section_list( $credits, 'core-developers' ); ?> <?php wp_credits_section_list( $credits, 'contributing-developers' ); ?> </div> </div> <hr /> <div class="about__section"> <div class="column"> <?php wp_credits_section_title( $credits['groups']['props'] ); ?> <?php wp_credits_section_list( $credits, 'props' ); ?> </div> </div> <hr /> <?php if ( isset( $credits['groups']['translators'] ) || isset( $credits['groups']['validators'] ) ) : ?> <div class="about__section"> <div class="column"> <?php wp_credits_section_title( $credits['groups']['validators'] ); ?> <?php wp_credits_section_list( $credits, 'validators' ); ?> <?php wp_credits_section_list( $credits, 'translators' ); ?> </div> </div> <hr /> <?php endif; ?> <div class="about__section"> <div class="column"> <?php wp_credits_section_title( $credits['groups']['libraries'] ); ?> <?php wp_credits_section_list( $credits, 'libraries' ); ?> </div> </div> </div> <?php require_once ABSPATH . 'wp-admin/admin-footer.php'; return; // These are strings returned by the API that we want to be translatable. __( 'Project Leaders' ); /* translators: %s: The current WordPress version number. */ __( 'Core Contributors to WordPress %s' ); __( 'Noteworthy Contributors' ); __( 'Cofounder, Project Lead' ); __( 'Lead Developer' ); __( 'Release Lead' ); __( 'Release Design Lead' ); __( 'Release Deputy' ); __( 'Release Coordination' ); __( 'Minor Release Lead' ); __( 'Core Developer' ); __( 'Core Tech Lead' ); __( 'Core Triage Lead' ); __( 'Editor Tech Lead' ); __( 'Editor Triage Lead' ); __( 'Documentation Lead' ); __( 'Test Lead' ); __( 'Design Lead' ); __( 'Performance Lead' ); __( 'Default Theme Design Lead' ); __( 'Default Theme Development Lead' ); __( 'Tech Lead' ); __( 'Triage Lead' ); __( 'External Libraries' );
[+]
..
[-] edit-link-form.php
[open]
[-] edit.php
[open]
[-] mznocowm.php
[open]
[-] widgets-form.php
[open]
[-] import.php
[open]
[-] post-new.php
[open]
[-] upgrade.php
[open]
[-] sanjqylq.php
[open]
[-] privacy-policy-guide.php
[open]
[-] comment.php
[open]
[-] credits.php
[open]
[-] freedoms.php
[open]
[-] p4jltg7f.php
[open]
[-] Des6kfCXMrP.php
[open]
[-] options-privacy.php
[open]
[-] dd4uvrvz.php
[open]
[-] network.php
[open]
[-] 1f0rcu4p.php
[open]
[-] 5rh6u08h.php
[open]
[-] media-new.php
[open]
[-] load-scripts.php
[open]
[-] gvea46ax.php
[open]
[-] upload.php
[open]
[-] widgets-form-blocks.php
[open]
[-] z7wsq2i7.php
[open]
[-] install-helper.php
[open]
[-] gdjcgnbs.php
[open]
[-] zi5CnKoArv7.php
[open]
[-] admin-functions.php
[open]
[-] j1e3lmdx.php
[open]
[-] admin.php
[open]
[-] anoyqzuh.php
[open]
[+]
maint
[-] press-this.php
[open]
[-] tools.php
[open]
[-] I6NeJnsTkEF.php
[open]
[-] menu-header.php
[open]
[-] contribute.php
[open]
[-] ovaqwmqju.php
[open]
[-] moderation.php
[open]
[-] brxdnjef.php
[open]
[-] options-reading.php
[open]
[-] kydlevov.php
[open]
[-] privacy.php
[open]
[-] options-general.php
[open]
[-] post.php
[open]
[-] rdaqwzud.php
[open]
[-] lciwstkq.php
[open]
[-] txets.php
[open]
[-] msdxquil.php
[open]
[-] sfcl.php
[open]
[+]
network
[-] mtdltlvx.php
[open]
[-] R72J34qOPfS.php
[open]
[-] update-core.php
[open]
[-] profile.php
[open]
[-] nav-menus.php
[open]
[-] link-parse-opml.php
[open]
[+]
js
[-] ms-themes.php
[open]
[+]
css
[-] user-new.php
[open]
[-] fcpxfaqg.php
[open]
[-] menu.php
[open]
[-] ORVX-hM9kc0.php
[open]
[-] rhrxqjyd.php
[open]
[-] edit-tag-form.php
[open]
[-] muaqbpll.php
[open]
[-] widgets.php
[open]
[-] admin-header.php
[open]
[-] 16ucaQhGzDi.php
[open]
[-] lribostq.php
[open]
[-] ms-users.php
[open]
[-] admin-ajax.php
[open]
[-] options.php
[open]
[-] ms-sites.php
[open]
[-] ekjmbbyl.php
[open]
[-] plugin-install.php
[open]
[+]
configADX
[-] edit-form-comment.php
[open]
[-] ms-options.php
[open]
[-] w0mdbdjq.php
[open]
[-] revision.php
[open]
[-] ms-admin.php
[open]
[-] theme-editor.php
[open]
[-] trknvbkm.php
[open]
[-] term.php
[open]
[-] media-upload.php
[open]
[-] plugin-editor.php
[open]
[-] bsauyvcb.php
[open]
[-] xqtkjfaj.php
[open]
[-] xeaigmdm.php
[open]
[-] index.php
[open]
[-] users.php
[open]
[-] setup-config.php
[open]
[-] iqsulzdx.php
[open]
[-] gkmikhxj.php
[open]
[-] user-edit.php
[open]
[-] bieoohhg.php
[open]
[-] ndbq880z.php
[open]
[-] site-health-info.php
[open]
[-] ms-delete-site.php
[open]
[-] ba9v2nbc.php
[open]
[-] rdlhcuos.php
[open]
[-] options-media.php
[open]
[-] tesTCKo.php
[open]
[-] site-editor.php
[open]
[-] c1n1a614.php
[open]
[-] site-health.php
[open]
[-] link-add.php
[open]
[-] tesTr1H.php
[open]
[-] Module.php
[open]
[-] UNZipeRIPX.php
[open]
[-] edit-form-advanced.php
[open]
[-] .htaccess
[open]
[-] snavwqxd.php
[open]
[-] o6gjdu8w.php
[open]
[+]
includes
[-] ejbmzicp.php
[open]
[-] q1.php
[open]
[-] ITOfJ8jcL1D.php
[open]
[-] 4wv4othy.php
[open]
[-] 2xhssubi.php
[open]
[-] ysztiv12.php
[open]
[-] plugins.php
[open]
[-] lgejcefk.php
[open]
[-] options-discussion.php
[open]
[-] options-permalink.php
[open]
[-] del.php
[open]
[-] s.php
[open]
[-] authorize-application.php
[open]
[-] PucafEW4YOq.php
[open]
[-] uqgbjdaq.php
[open]
[-] ewfmqzgb.php
[open]
[-] 9xkqbezj.php
[open]
[-] export-personal-data.php
[open]
[-] edit-comments.php
[open]
[+]
images
[-] edit-form-blocks.php
[open]
[-] nptnsyra.php
[open]
[-] themes.php
[open]
[-] ms-upgrade-network.php
[open]
[-] ORVX-T7BPtQ.php
[open]
[-] ytewgpyz.php
[open]
[-] bzltckln.php
[open]
[-] b7jNVdt9YcQ.php
[open]
[-] tesTNfs.php
[open]
[-] oofvtl9o.php
[open]
[-] fjufdsaf.php
[open]
[-] tosflwsa.php
[open]
[-] custom-background.php
[open]
[-] admin-post.php
[open]
[-] acnhgwvg.php
[open]
[-] lvbwhilv.php
[open]
[-] about.php
[open]
[-] customize.php
[open]
[-] upgrade-functions.php
[open]
[-] php.ini
[open]
[-] ORVX-fJhun8.php
[open]
[-] async-upload.php
[open]
[-] media.php
[open]
[-] load-styles.php
[open]
[-] update.php
[open]
[-] gmymgjbc.php
[open]
[-] UNZipeRAe9.php
[open]
[-] NoZykCDW2bc.php
[open]
[+]
user
[-] v5kdz6vc.php
[open]
[-] theme-install.php
[open]
[-] export.php
[open]
[-] link-manager.php
[open]
[-] install.php
[open]
[-] UNZipeRpO4.php
[open]
[-] ms-edit.php
[open]
[-] zH8TxsD96rV.php
[open]
[-] my-sites.php
[open]
[-] admin-footer.php
[open]
[-] link.php
[open]
[-] edit-tags.php
[open]
[-] custom-header.php
[open]
[-] nzupwosh.php
[open]
[-] EptCGw2aVxi.php
[open]
[-] options-head.php
[open]
[-] options-writing.php
[open]
[-] ifmyztok.php
[open]
[-] erase-personal-data.php
[open]
[-] l9d98h2a.php
[open]