var
/
www
/
html
/
a-wie-aussergewoehnlich.de
/
wp-admin
| uid:33
credits.php
[X]
<?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' );
css/
-
O
R
D
images/
-
O
R
D
includes/
-
O
R
D
js/
-
O
R
D
maint/
-
O
R
D
network/
-
O
R
D
user/
-
O
R
D
.htaccess
237
V
E
R
D
about.php
17.7K
V
E
R
D
admin-ajax.php
5K
V
E
R
D
admin-footer.php
2.8K
V
E
R
D
admin-functions.php
479
V
E
R
D
admin-header.php
9.1K
V
E
R
D
admin-post.php
2K
V
E
R
D
async-upload.php
5.5K
V
E
R
D
authorize-application.php
10.1K
V
E
R
D
credits.php
4.4K
V
E
R
D
custom-background.php
489
V
E
R
D
custom-header.php
499
V
E
R
D
edit-comments.php
14.4K
V
E
R
D
edit-form-advanced.php
28.8K
V
E
R
D
edit-form-blocks.php
14.6K
V
E
R
D
edit-form-comment.php
8.3K
V
E
R
D
edit-link-form.php
6.2K
V
E
R
D
edit-tag-form.php
10.4K
V
E
R
D
edit-tags.php
22K
V
E
R
D
erase-personal-data.php
7.3K
V
E
R
D
export-personal-data.php
7.8K
V
E
R
D
index.php.bak
7.7K
V
E
R
D
install-helper.php
6.8K
V
E
R
D
link-add.php
934
V
E
R
D
link-manager.php
4.3K
V
E
R
D
link-parse-opml.php
2.7K
V
E
R
D
load-scripts.php
2K
V
E
R
D
load-styles.php
2.9K
V
E
R
D
media-new.php
3.2K
V
E
R
D
media-upload.php
3.6K
V
E
R
D
menu-header.php
9.8K
V
E
R
D
ms-admin.php
196
V
E
R
D
ms-delete-site.php
4.5K
V
E
R
D
ms-edit.php
216
V
E
R
D
ms-options.php
229
V
E
R
D
ms-sites.php
215
V
E
R
D
ms-themes.php
217
V
E
R
D
ms-upgrade-network.php
219
V
E
R
D
ms-users.php
215
V
E
R
D
my-sites.php
4.7K
V
E
R
D
nav-menus.php
48.2K
V
E
R
D
options-discussion.php
15.9K
V
E
R
D
options-general.php
21.6K
V
E
R
D
options-head.php
621
V
E
R
D
options-media.php
6.4K
V
E
R
D
options-permalink.php
21.2K
V
E
R
D
options-privacy.php
10K
V
E
R
D
options-reading.php
9.9K
V
E
R
D
options-writing.php
9.1K
V
E
R
D
plugin-editor.php
13.8K
V
E
R
D
plugin-install.php
7K
V
E
R
D
plugins.php
30K
V
E
R
D
post-new.php
2.7K
V
E
R
D
press-this.php
2.3K
V
E
R
D
privacy-policy-guide.php
3.7K
V
E
R
D
profile.php
283
V
E
R
D
setup-config.php
17.5K
V
E
R
D
site-editor.php
12K
V
E
R
D
site-health-info.php
4K
V
E
R
D
site-health.php
10.2K
V
E
R
D
theme-editor.php
16.9K
V
E
R
D
theme-install.php
23.4K
V
E
R
D
update-core.php
45.4K
V
E
R
D
upgrade-functions.php
341
V
E
R
D
user-edit.php
40.4K
V
E
R
D
user-new.php
24K
V
E
R
D
widgets-form-blocks.php
5.1K
V
E
R
D
widgets-form.php
19.3K
V
E
R
D