Make WordPress Core

Ticket #30923: 30923.diff

File 30923.diff, 6.3 KB (added by Shelob9, 10 years ago)
  • wp-admin/about.php

     
    3838                <?php _e( 'Credits' ); ?>
    3939        </a><a href="freedoms.php" class="nav-tab">
    4040                <?php _e( 'Freedoms' ); ?>
     41        </a><a href="contribute.php" class="nav-tab">
     42                <?php _e( 'Contribute' ); ?>
    4143        </a>
    4244</h2>
    4345
    4446<div class="changelog headline-feature">
    4547        <h2><?php _e( 'Introducing Twenty&nbsp;Fifteen' ); ?></h2>
    4648        <div class="featured-image">
    47                 <img src="//s.w.org/images/core/4.1/theme.png" />
     49                <img src="//s.w.org/images/core/4.1/theme.png?0" />
    4850        </div>
    4951
    5052        <div class="feature-section">
     
    5557                         <p><?php _e( 'Your content always takes center stage, whether viewed on a phone, tablet, laptop, or desktop computer.' ); ?></p>
    5658                </div>
    5759                <div class="col">
    58                         <img class="" src="//s.w.org/images/core/4.1/mobile.png" />
     60                        <img class="" src="//s.w.org/images/core/4.1/mobile.png?0" />
    5961                </div>
    6062        </div>
    6163
     
    6870        <h2><?php _e( 'Distraction-free writing' ); ?></h2>
    6971        <div class="feature-section">
    7072                <div class="dfw-container">
    71                         <img src="//s.w.org/images/core/4.1/focus.png" class="base-image" />
    72                         <img src="//s.w.org/images/core/4.1/focus1.png" class="overlay-image fade-in" />
    73                         <img src="//s.w.org/images/core/4.1/focus2.png" class="overlay-image fade-in" />
    74                         <img src="//s.w.org/images/core/4.1/focus3.png" class="overlay-image from-left" />
     73                        <img src="//s.w.org/images/core/4.1/focus.png?0" class="base-image" />
     74                        <img src="//s.w.org/images/core/4.1/focus1.png?0" class="overlay-image fade-in" />
     75                        <img src="//s.w.org/images/core/4.1/focus2.png?0" class="overlay-image fade-in" />
     76                        <img src="//s.w.org/images/core/4.1/focus3.png?0" class="overlay-image from-left" />
    7577                </div>
    7678                <h3><em><?php _e( 'Just write.' ); ?></em></h3>
    7779                <p><?php _e( 'Sometimes, you just need to concentrate on putting your thoughts into words. Try turning on <strong>distraction-free writing mode</strong>. When you start typing, all the distractions will fade away, letting you focus solely on your writing. All your editing tools instantly return when you need them.' ); ?></p>
  • wp-admin/contribute.php

     
     1<?php
     2/**
     3 * Contribute administration panel.
     4 *
     5 * @package WordPress
     6 * @subpackage Administration
     7 */
     8
     9/** WordPress Administration Bootstrap */
     10require_once( dirname( __FILE__ ) . '/admin.php' );
     11
     12$title = __( 'Contribute' );
     13
     14list( $display_version ) = explode( '-', $wp_version );
     15
     16include( ABSPATH . 'wp-admin/admin-header.php' );
     17?>
     18<div class="wrap about-wrap">
     19
     20        <h1><?php printf( __( 'Welcome to WordPress %s' ), $display_version ); ?></h1>
     21
     22        <div class="about-text"><?php printf( __( 'Thank you for updating! WordPress %s helps you focus on your writing, and the new default theme lets you show it off in style.' ), $display_version ); ?></div>
     23
     24        <div class="wp-badge"><?php printf( __( 'Version %s' ), $display_version ); ?></div>
     25
     26        <h2 class="nav-tab-wrapper">
     27                <a href="about.php" class="nav-tab">
     28                        <?php _e( 'What&#8217;s New' ); ?>
     29                </a><a href="credits.php" class="nav-tab">
     30                        <?php _e( 'Credits' ); ?>
     31                </a><a href="freedoms.php" class="nav-tab">
     32                        <?php _e( 'Freedoms' ); ?>
     33                </a><a href="contribute.php" class="nav-tab nav-tab-active">
     34                        <?php _e( 'Contribute' ); ?>
     35                </a>
     36        </h2>
     37
     38        <p class="about-description"><?php printf( __( 'WordPress is Free and open source software, built and maintained by community of mostly volunteers from around the world. Whether you are a budding developer, a pixel-perfect designer, or just like helping others use WordPress, <a href="%s">there are many different ways for you to get involved with WordPress</a>.' ), 'https://make.wordpress.org/' ); ?></p>
     39
     40        <p>Here are some of the many ways to get involved in our community:</p>
     41
     42        <ol>
     43                <li><p><?php printf( __( 'Join the <a href="%1s" title="WordPress Docs Team" target="_blank">Docs Team</a> that maintains the <a href="%2s" title="WordPress Codex" target="_blank">Codex</a>, handbooks, <a href="%3s" title="WordPress Developer Resources" target="_blank">developer.wordpress.org</a>, <a href="%4s" title="WordPress Admin Help" target="_blank">admin help</a> and <a href="%5s" title="WordPress Inline Docs Project" target="_blank">inline docs</a>.' ), 'https://make.wordpress.org/docs/', 'http://codex.wordpress.org/', 'https://developer.wordpress.org/', 'https://make.wordpress.org/docs/tag/admin-help/' ,'https://make.wordpress.org/docs/tag/inline-docs/' ); ?></p></li>
     44                <li><p><?php printf( __( 'Help out others in the <a href="%s" title="WordPress.org Support Forums" target="_blank">Official WordPress Support Forums</a>.' ), 'https://wordpress.org/support/' ); ?></p></li>
     45                <li><p><?php printf( __( 'Join the <a href="%s" title="WordPress Accessibility Group" target="_blank">WordPress accessibility group</a>, a team dedicated to improving accessibility in core WordPress and related projects.'), 'https://make.wordpress.org/accessibility/' ); ?> </p></li>
     46                <li><p><?php printf( __( 'Join the <a href="%s" title="WordPress Theme Review Team" target="_blank">WordPress Theme Review Team</a> a group of volunteers who review and approve themes submitted to be included in the official WordPress Theme directory.' ), 'https://make.wordpress.org/themes/' ); ?></p></li>
     47
     48        </ol>
     49
     50</div>
     51<?php include( ABSPATH . 'wp-admin/admin-footer.php' ); ?>
  • wp-admin/credits.php

     
    9393                <?php _e( 'Credits' ); ?>
    9494        </a><a href="freedoms.php" class="nav-tab">
    9595                <?php _e( 'Freedoms' ); ?>
     96        </a><a href="contribute.php" class="nav-tab">
     97                <?php _e( 'Contribute' ); ?>
    9698        </a>
    9799</h2>
    98100
  • wp-admin/freedoms.php

     
    3030                <?php _e( 'Credits' ); ?>
    3131        </a><a href="freedoms.php" class="nav-tab nav-tab-active">
    3232                <?php _e( 'Freedoms' ); ?>
     33        </a><a href="contribute.php" class="nav-tab">
     34                <?php _e( 'Contribute' ); ?>
    3335        </a>
    3436</h2>
    3537