Changeset 51356
- Timestamp:
- 07/06/2021 06:37:16 PM (3 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 5 added
- 2 deleted
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/about.php
r51264 r51356 51 51 52 52 <div class="about__section has-2-columns is-wider-left"> 53 <div class="column about__image has-subtle-background-color"></div> 53 <div class="column about__image is-vertically-aligned-center is-edge-to-edge"> 54 <img src="https://make.wordpress.org/core/files/2021/07/about-58-widgets-blocks.png" alt="" /> 55 </div> 54 56 <div class="column"> 55 57 <h3> … … 85 87 </p> 86 88 </div> 87 <div class="column about__image has-subtle-background-color"></div> 89 <div class="column about__image is-vertically-aligned-center is-edge-to-edge"> 90 <img src="https://make.wordpress.org/core/files/2021/07/about-58-patterns.png" alt="" /> 91 </div> 88 92 </div> 89 93 … … 91 95 92 96 <div class="about__section has-2-columns is-wider-left"> 93 <div class="column about__image has-subtle-background-color"></div> 97 <div class="column about__image is-vertically-aligned-center is-edge-to-edge"> 98 <img src="https://make.wordpress.org/core/files/2021/07/about-58-template.png" alt="" /> 99 </div> 94 100 <div class="column"> 95 101 <h3> … … 113 119 114 120 <div class="about__section has-2-columns is-wider-left"> 115 <div class="column about__image has-subtle-background-color"></div> 121 <div class="column about__image is-vertically-aligned-center is-edge-to-edge"> 122 <img src="https://make.wordpress.org/core/files/2021/07/about-58-list-view.png" alt="" /> 123 </div> 116 124 <div class="column"> 117 125 <h3> … … 139 147 </p> 140 148 </div> 141 <div class="column about__image has-subtle-background-color"></div> 149 <div class="column about__image is-vertically-aligned-center is-edge-to-edge"> 150 <img src="https://make.wordpress.org/core/files/2021/07/about-58-pattern-suggestions.png" alt="" /> 151 </div> 142 152 </div> 143 153 … … 145 155 146 156 <div class="about__section has-2-columns is-wider-left"> 147 <div class="column about__image has-subtle-background-color"></div> 157 <div class="column about__image is-vertically-aligned-center is-edge-to-edge"> 158 <img src="https://make.wordpress.org/core/files/2021/07/about-58-duotone.png" alt="" /> 159 </div> 148 160 <div class="column"> 149 161 <h3> … … 164 176 <?php _e( 'For Developers to Explore' ); ?> 165 177 </h2> 166 <div class="column about__image has-subtle-background-color" style="margin:32px 0;height:360px;"></div> 178 <div class="column about__image is-vertically-aligned-center is-edge-to-edge"> 179 <img src="https://make.wordpress.org/core/files/2021/07/about-58-theme-json.png" alt="" /> 180 </div> 167 181 </div> 168 182 … … 174 188 <p> 175 189 <?php 176 _e( 'Introducing the Global Styles and Global Settings APIs: control the editor settings, available customization tools, and style blocks using a theme.json file in the active theme. This configuration file enables or disables features and sets default styles for both a website and blocks. If you build themes, you can experiment with this early iteration of a useful new feature. For more about what is currently available and how it works, check out this dev note.' ); 190 printf( 191 /* translators: %s: Theme.json dev note link. */ 192 __( 'Introducing the Global Styles and Global Settings APIs: control the editor settings, available customization tools, and style blocks using a theme.json file in the active theme. This configuration file enables or disables features and sets default styles for both a website and blocks. If you build themes, you can experiment with this early iteration of a useful new feature. For more about what is currently available and how it works, <a href="%s">check out this dev note</a>.' ), 193 '#' 194 ); 177 195 ?> 178 196 </p> … … 214 232 <?php 215 233 printf( 216 /* translators: %1$s: Link to 5.6's block dev notes. %2$s: Link to 5.7's block dev notes. % 1$s: Link to 5.8's block dev notes. */217 __( 'Expanding on previously implemented block supports in WordPress <a href="%1$s">5.6</a> and <a href="%2$s">5.7</a>, WordPress 5.8 introduces several new block <code>supports</code>flags and new options to customize your registered blocks. More information is available in the <a href="%3$s">block supports dev note</a>.' ),234 /* translators: %1$s: Link to 5.6's block dev notes. %2$s: Link to 5.7's block dev notes. %3$s: Link to 5.8's block dev notes. */ 235 __( 'Expanding on previously implemented block supports in WordPress <a href="%1$s">5.6</a> and <a href="%2$s">5.7</a>, WordPress 5.8 introduces several new block support flags and new options to customize your registered blocks. More information is available in the <a href="%3$s">block supports dev note</a>.' ), 218 236 'https://make.wordpress.org/core/2020/11/18/block-supports-in-wordpress-5-6/', 219 237 'https://make.wordpress.org/core/2021/02/24/changes-to-block-editor-components-and-blocks/', -
trunk/src/wp-admin/credits.php
r51264 r51356 40 40 </div> 41 41 42 <div class="about__section is-feature">42 <div class="about__section has-1-column"> 43 43 <div class="column aligncenter"> 44 44 <?php if ( ! $credits ) : ?> … … 47 47 <?php 48 48 printf( 49 /* translators: 1: https://wordpress.org/about/, 2: https://make.wordpress.org/ */ 50 __( 'WordPress is created by a <a href="%1$s">worldwide team</a> of passionate individuals. <a href="%2$s">Get involved in WordPress</a>.' ), 51 __( 'https://wordpress.org/about/' ), 52 __( 'https://make.wordpress.org/' ) 49 /* translators: 1: https://wordpress.org/about/ */ 50 __( 'WordPress is created by a <a href="%1$s">worldwide team</a> of passionate individuals.' ), 51 __( 'https://wordpress.org/about/' ) 53 52 ); 54 53 ?> 54 <br /> 55 <a href="https://make.wordpress.org/"><?php _e( 'Get involved in WordPress' ); ?></a>. 55 56 </p> 56 57 … … 58 59 59 60 <p> 60 <?php _e( 'WordPress is created by a worldwide team of passionate individuals.' ); ?> 61 </p> 62 <p> 63 <?php 64 printf( 65 /* translators: %s: https://make.wordpress.org/ */ 66 __( 'Want to see your name in lights on this page? <a href="%s">Get involved in WordPress</a>.' ), 67 __( 'https://make.wordpress.org/' ) 68 ); 69 ?> 61 <?php _e( 'Want to see your name in lights on this page?' ); ?> 62 <br /> 63 <a href="https://make.wordpress.org/"><?php _e( 'Get involved in WordPress' ); ?></a>. 70 64 </p> 71 65 -
trunk/src/wp-admin/css/about.css
r51264 r51356 792 792 display: block; 793 793 margin: 0 auto calc(var(--gap) / 2); 794 width: 1 60px;795 height: 1 60px;794 width: 140px; 795 height: 140px; 796 796 border-radius: 100%; 797 797 overflow: hidden; … … 800 800 801 801 .about__section .wp-person .gravatar { 802 width: 1 60px;803 height: 1 60px;802 width: 140px; 803 height: 140px; 804 804 filter: grayscale(100%); 805 805 mix-blend-mode: screen; … … 880 880 ------------------------------------------------------------------------------*/ 881 881 882 .about__section .column .freedoms-image { 883 margin-bottom: 1em; 882 .about__section .column .freedom-image { 883 margin-bottom: var(--gap); 884 max-height: 140px; 884 885 } 885 886 -
trunk/src/wp-admin/freedoms.php
r51264 r51356 43 43 </div> 44 44 45 <div class="about__section has-subtle-background-coloris-feature">45 <div class="about__section is-feature"> 46 46 <p class="about-description"> 47 47 <?php 48 48 printf( 49 49 /* translators: %s: https://wordpress.org/about/license/ */ 50 __( 'WordPress is Free and open source software, built by a distributed community of mostly volunteer developers from around the world. WordPresscomes with some awesome, worldview-changing rights courtesy of its <a href="%s">license</a>, the GPL.' ),50 __( 'WordPress comes with some awesome, worldview-changing rights courtesy of its <a href="%s">license</a>, the GPL.' ), 51 51 __( 'https://wordpress.org/about/license/' ) 52 52 ); … … 55 55 </div> 56 56 57 <hr /> 58 59 <div class="about__section has-4-columns"> 60 <div class="column"> 61 <div class="freedoms-image"></div> 57 <div class="about__section has-2-columns"> 58 <div class="column aligncenter"> 59 <img class="freedom-image" src="<?php echo esc_url( admin_url( 'images/freedom-1.svg' ) ); ?>" alt="" /> 62 60 <h2 class="is-smaller-heading"><?php _e( 'The 1st Freedom' ); ?></h2> 63 61 <p><?php _e( 'To run the program for any purpose.' ); ?></p> 64 62 </div> 65 <div class="column ">66 < div class="freedoms-image"></div>63 <div class="column aligncenter"> 64 <img class="freedom-image" src="<?php echo esc_url( admin_url( 'images/freedom-2.svg' ) ); ?>" alt="" /> 67 65 <h2 class="is-smaller-heading"><?php _e( 'The 2nd Freedom' ); ?></h2> 68 66 <p><?php _e( 'To study how the program works and change it to make it do what you wish.' ); ?></p> 69 67 </div> 70 <div class="column ">71 < div class="freedoms-image"></div>68 <div class="column aligncenter"> 69 <img class="freedom-image" src="<?php echo esc_url( admin_url( 'images/freedom-3.svg' ) ); ?>" alt="" /> 72 70 <h2 class="is-smaller-heading"><?php _e( 'The 3rd Freedom' ); ?></h2> 73 71 <p><?php _e( 'To redistribute.' ); ?></p> 74 72 </div> 75 <div class="column ">76 < div class="freedoms-image"></div>73 <div class="column aligncenter"> 74 <img class="freedom-image" src="<?php echo esc_url( admin_url( 'images/freedom-4.svg' ) ); ?>" alt="" /> 77 75 <h2 class="is-smaller-heading"><?php _e( 'The 4th Freedom' ); ?></h2> 78 76 <p><?php _e( 'To distribute copies of your modified versions to others.' ); ?></p> -
trunk/src/wp-admin/privacy.php
r51264 r51356 37 37 </div> 38 38 39 <div class="about__section"> 40 <div class="column"> 41 <p><img class="privacy-image" src="<?php echo esc_url( admin_url( 'images/privacy.png' ) ); ?>" alt="" /></p> 42 39 <div class="about__section has-2-columns is-wider-right"> 40 <div class="column about__image"> 41 <img class="privacy-image" src="<?php echo esc_url( admin_url( 'images/privacy.svg' ) ); ?>" alt="" /> 42 </div> 43 <div class="column is-vertically-aligned-center"> 43 44 <p><?php _e( 'From time to time, your WordPress site may send data to WordPress.org — including, but not limited to — the version of WordPress you are using, and a list of installed plugins and themes.' ); ?></p> 44 45
Note: See TracChangeset
for help on using the changeset viewer.