[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-admin/ -> contribute.php (source)

   1  <?php
   2  /**
   3   * Contribute administration panel.
   4   *
   5   * @package WordPress
   6   * @subpackage Administration
   7   */
   8  
   9  /** WordPress Administration Bootstrap */
  10  require_once  __DIR__ . '/admin.php';
  11  
  12  // Used in the HTML title tag.
  13  $title = __( 'Get Involved' );
  14  
  15  list( $display_version ) = explode( '-', get_bloginfo( 'version' ) );
  16  
  17  require_once  ABSPATH . 'wp-admin/admin-header.php';
  18  ?>
  19  <div class="wrap about__container">
  20  
  21      <div class="about__header">
  22          <div class="about__header-title">
  23              <h1>
  24                  <?php _e( 'Get Involved' ); ?>
  25              </h1>
  26          </div>
  27  
  28          <div class="about__header-text">
  29              <?php _e( 'Be the future of WordPress' ); ?>
  30          </div>
  31      </div>
  32  
  33      <nav class="about__header-navigation nav-tab-wrapper wp-clearfix" aria-label="<?php esc_attr_e( 'Secondary menu' ); ?>">
  34          <a href="about.php" class="nav-tab"><?php _e( 'What&#8217;s New' ); ?></a>
  35          <a href="credits.php" class="nav-tab"><?php _e( 'Credits' ); ?></a>
  36          <a href="freedoms.php" class="nav-tab"><?php _e( 'Freedoms' ); ?></a>
  37          <a href="privacy.php" class="nav-tab"><?php _e( 'Privacy' ); ?></a>
  38          <a href="contribute.php" class="nav-tab nav-tab-active" aria-current="page"><?php _e( 'Get Involved' ); ?></a>
  39      </nav>
  40  
  41      <div class="about__section has-2-columns is-wider-right">
  42          <div class="column">
  43              <img src="<?php echo esc_url( admin_url( 'images/contribute-main.svg?ver=6.5' ) ); ?>" alt="" width="290" height="290" />
  44          </div>
  45          <div class="column is-vertically-aligned-center">
  46              <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>
  47              <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>
  48  
  49              <ul>
  50                  <li><?php _e( 'Be part of a global open source community.' ); ?></li>
  51                  <li><?php _e( 'Apply your skills or learn new ones.' ); ?></li>
  52                  <li><?php _e( 'Grow your network and make friends.' ); ?></li>
  53              </ul>
  54          </div>
  55      </div>
  56  
  57      <div class="about__section has-2-columns is-wider-left">
  58          <div class="column is-vertically-aligned-center">
  59              <h2 class="is-smaller-heading"><?php _e( 'No-code contribution' ); ?></h2>
  60              <p><?php _e( 'WordPress may thrive on technical contributions, but you don&#8217;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>
  61              <ul>
  62                  <li><?php _e( '<strong>Share</strong> your knowledge in the WordPress support forums.' ); ?></li>
  63                  <li><?php _e( '<strong>Write</strong> or improve documentation for WordPress.' ); ?></li>
  64                  <li><?php _e( '<strong>Translate</strong> WordPress into your local language.' ); ?></li>
  65                  <li><?php _e( '<strong>Create</strong> and improve WordPress educational materials.' ); ?></li>
  66                  <li><?php _e( '<strong>Promote</strong> the WordPress project to your community.' ); ?></li>
  67                  <li><?php _e( '<strong>Curate</strong> submissions or take photos for the Photo Directory.' ); ?></li>
  68                  <li><?php _e( '<strong>Organize</strong> or participate in local Meetups and WordCamps.' ); ?></li>
  69                  <li><?php _e( '<strong>Lend</strong> your creative imagination to the WordPress UI design.' ); ?></li>
  70                  <li><?php _e( '<strong>Edit</strong> videos and add captions to WordPress.tv.' ); ?></li>
  71                  <li><?php _e( '<strong>Explore</strong> ways to reduce the environmental impact of websites.' ); ?></li>
  72              </ul>
  73          </div>
  74          <div class="column">
  75              <img src="<?php echo esc_url( admin_url( 'images/contribute-no-code.svg?ver=6.5' ) ); ?>" alt="" width="290" height="290" />
  76          </div>
  77      </div>
  78      <div class="about__section has-2-columns is-wider-right">
  79          <div class="column">
  80              <img src="<?php echo esc_url( admin_url( 'images/contribute-code.svg?ver=6.5' ) ); ?>" alt="" width="290" height="290" />
  81          </div>
  82          <div class="column is-vertically-aligned-center">
  83              <h2 class="is-smaller-heading"><?php _e( 'Code-based contribution' ); ?></h2>
  84              <p><?php _e( 'If you do code, or want to learn how, you can contribute technically in numerous ways:' ); ?></p>
  85              <ul>
  86                  <li><?php _e( '<strong>Find</strong> and report bugs in the WordPress core software.' ); ?></li>
  87                  <li><?php _e( '<strong>Test</strong> new releases and proposed features for the Block Editor.' ); ?></li>
  88                  <li><?php _e( '<strong>Write</strong> and submit patches to fix bugs or help build new features.' ); ?></li>
  89                  <li><?php _e( '<strong>Contribute</strong> to the code, improve the UX, and test the WordPress app.' ); ?></li>
  90              </ul>
  91              <p><?php _e( 'WordPress embraces new technologies, while being committed to backward compatibility. The WordPress project uses the following languages and libraries:' ); ?></p>
  92              <ul>
  93                  <li><?php _e( 'WordPress Core and Block Editor: HTML, CSS, PHP, SQL, JavaScript, and React.' ); ?></li>
  94                  <li><?php _e( 'WordPress app: Kotlin, Java, Swift, Objective-C, Vue, Python, and TypeScript.' ); ?></li>
  95              </ul>
  96          </div>
  97      </div>
  98  
  99      <div class="about__section is-feature has-subtle-background-color">
 100          <div class="column">
 101              <h2><?php _e( 'Shape the future of the web with WordPress' ); ?></h2>
 102              <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&#8217;s a place for everyone, no matter what your skill set is.' ); ?></p>
 103              <p><a href="<?php echo esc_url( __( 'https://make.wordpress.org/contribute/' ) ); ?>"><?php _e( 'Find your team &rarr;' ); ?></a></p>
 104          </div>
 105      </div>
 106  
 107  </div>
 108  <?php
 109  require_once  ABSPATH . 'wp-admin/admin-footer.php';


Generated : Sun Apr 28 08:20:02 2024 Cross-referenced by PHPXref