Ticket #46901: 46901-remaining.2.diff
File 46901-remaining.2.diff, 23.3 KB (added by , 5 years ago) |
---|
-
src/wp-admin/about.php
40 40 <a href="freedoms.php?privacy-notice" class="nav-tab"><?php _e( 'Privacy' ); ?></a> 41 41 </nav> 42 42 43 <h2 class="feature-section-header"><?php _e( 'Keeping Your Site Safe' ); ?></h2> 44 45 <div class="feature-section headline-feature one-col"> 46 <div class="col"> 47 <p><?php _e( 'WordPress 5.2 gives you even more robust tools for identifying and fixing configuration issues and fatal errors. Whether you are a developer helping clients or you manage your site solo, these tools can help get you the right information when you need it.' ); ?></p> 48 <div class="inline-svg"> 49 <img src="https://make.wordpress.org/core/files/2019/04/site-safe.png" alt=""> 50 </div> 43 <div class="headline-feature"> 44 <h2><?php _e( 'Keeping Your Site Safe' ); ?></h2> 45 <p class="lead-description"><?php _e( 'WordPress 5.2 gives you even more robust tools for identifying and fixing configuration issues and fatal errors. Whether you are a developer helping clients or you manage your site solo, these tools can help get you the right information when you need it.' ); ?></p> 46 <div class="inline-svg aligncenter"> 47 <img src="https://s.w.org/images/core/5.2/about_maintain-wordpress.svg" alt=""> 51 48 </div> 52 49 </div> 53 50 54 51 <hr /> 55 52 56 <div class="feature-section one-col is-wide wp-clearfix">57 <div class="col ">53 <div class="feature-section is-wide has-2-columns is-wider-left"> 54 <div class="column is-vertically-aligned-center"> 58 55 <h3><?php _e( 'Site Health Check' ); ?></h3> 59 <div class="inline-svg alignright">60 <img src="https://make.wordpress.org/core/files/2019/04/health-check.png" alt="">61 </div>62 56 <p> 63 57 <?php 64 58 printf( … … 71 65 ?> 72 66 </p> 73 67 </div> 68 <div class="column"> 69 <div class="inline-svg aligncenter"> 70 <img src="https://s.w.org/images/core/5.2/about_site-health.svg" alt=""> 71 </div> 72 </div> 74 73 </div> 75 74 76 75 <hr /> 77 76 78 <div class="feature-section one-col is-wide wp-clearfix">79 <div class="col ">80 <div class="inline-svg align left">81 <img src="https:// make.wordpress.org/core/files/2019/04/error-protection.png" alt="">77 <div class="feature-section is-wide has-2-columns is-wider-right"> 78 <div class="column"> 79 <div class="inline-svg aligncenter"> 80 <img src="https://s.w.org/images/core/5.2/about_error-protection.svg" alt=""> 82 81 </div> 82 </div> 83 <div class="column is-vertically-aligned-center"> 83 84 <h3><?php _e( 'PHP Error Protection' ); ?></h3> 84 85 <p><?php _e( 'This administrator-focused update will let you safely fix or manage fatal errors without requiring developer time. It features better handling of the so-called “white screen of death,” and a way to enter recovery mode, which pauses error-causing plugins or themes.' ); ?></p> 85 86 </div> … … 87 88 88 89 <hr /> 89 90 90 <h3 class=" under-the-hood-header"><?php _e( 'Improvements for Everyone' ); ?></h3>91 <h3 class="aligncenter"><?php _e( 'Improvements for Everyone' ); ?></h3> 91 92 92 <div class=" under-the-hood feature-section two-col">93 <div class="col cta">93 <div class="has-2-columns"> 94 <div class="column aligncenter"> 94 95 <h4><?php _e( 'Accessibility Updates' ); ?></h4> 95 96 <p><?php _e( 'A number of changes work together to improve contextual awareness and keyboard navigation flow for those using screen readers and other assistive technologies.' ); ?></p> 96 97 </div> 97 <div class="col cta">98 <div class="column aligncenter"> 98 99 <h4><?php _e( 'New Dashboard Icons' ); ?></h4> 99 100 <p><?php _e( 'Thirteen new icons include Instagram, a suite of icons for BuddyPress, and rotated Earth icons for global inclusion. Find them in the Dashboard and have some fun!' ); ?></p> 100 101 </div> … … 102 103 103 104 <hr /> 104 105 105 <h3 class=" under-the-hood-header"><?php _e( 'Developer Happiness' ); ?></h3>106 <h3 class="aligncenter"><?php _e( 'Developer Happiness' ); ?></h3> 106 107 107 <div class=" under-the-hood feature-section two-col">108 <div class="col ">108 <div class="has-2-columns is-fullwidth"> 109 <div class="column"> 109 110 <h4><a href="https://make.wordpress.org/core/2019/03/26/coding-standards-updates-for-php-5-6/"><?php _e( 'PHP Version Bump' ); ?></a></h4> 110 111 <p><?php _e( 'The minimum supported PHP version is now 5.6.20. As of WordPress 5.2, themes and plugins can safely take advantage of namespaces, anonymous functions, and more!' ); ?></p> 111 112 </div> 112 <div class="col ">113 <div class="column"> 113 114 <h4><a href="https://make.wordpress.org/core/2019/04/24/developer-focused-privacy-updates-in-5-2/"><?php _e( 'Privacy Updates' ); ?></a></h4> 114 115 <p><?php _e( 'A new theme page template, a conditional function, and two CSS classes make designing and customizing the Privacy Policy page easier.' ); ?></p> 115 116 </div> 116 117 </div> 117 <div class=" under-the-hood feature-section two-col">118 <div class="col ">118 <div class="has-2-columns is-fullwidth"> 119 <div class="column"> 119 120 <h4><a href="https://make.wordpress.org/core/2019/04/24/miscellaneous-developer-updates-in-5-2/"><?php _e( 'New Body Tag Hook' ); ?></a></h4> 120 121 <p> 121 122 <?php 122 123 printf( 123 124 /* translators: 1: wp_body_open 2: <body> */ 124 __( '5.2 introduces a <code>%1$s</code> hook, which lets themes support injecting code right at the beginning of the <code>%2$s</code>element.' ),125 ' wp_body_open',126 ' <body>'125 __( '5.2 introduces a %1$s hook, which lets themes support injecting code right at the beginning of the %2$s element.' ), 126 '<code>wp_body_open</code>', 127 '<code><body></code>' 127 128 ); 128 129 ?> 129 130 </p> 130 131 </div> 131 <div class="col ">132 <div class="column"> 132 133 <h4><a href="https://make.wordpress.org/core/2019/03/25/building-javascript/"><?php _e( 'Building JavaScript' ); ?></a></h4> 133 134 <p><?php _e( 'With the addition of webpack and Babel configurations in the @wordpress/scripts package, developers won’t have to worry about setting up complex build tools to write modern JavaScript.' ); ?></p> 134 135 </div> -
src/wp-admin/css/about.css
8 8 2.0 About Page 9 9 2.1 Typography 10 10 2.2 Structure 11 2.3 Floating Header Layout12 11 3.0 Credits & Freedoms Pages 13 12 ------------------------------------------------------------------------------*/ 14 13 … … 51 50 vertical-align: middle; 52 51 } 53 52 54 .about-wrap figure { 55 position: relative; 56 margin: 0; 57 } 58 59 .about-wrap .feature-section figure img { 60 margin-bottom: 0; 61 } 62 63 .about-wrap figcaption { 64 position: absolute; 65 bottom: 0; 53 .about-wrap .inline-svg img { 54 max-width: 100%; 66 55 width: 100%; 67 padding: 40px 10px 15px; 68 overflow: auto; 69 box-sizing: border-box; 70 background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 60%, transparent); 71 font-weight: 600; 72 text-shadow: 0 0 5px rgba(0, 0, 0, 0.75); 56 height: auto; 73 57 } 74 58 75 .about-wrap .jetpack-video-wrapper{76 margin -bottom: 0;59 .about-wrap video { 60 margin: 1.5em auto; 77 61 } 78 62 79 63 /* WordPress Version Badge */ … … 116 100 117 101 /* 1.1 - Typography */ 118 102 119 .about-wrap p {120 line-height: 1.5;121 font-size: 14px;122 }123 124 .about-wrap .feature-section p {125 max-width: 55em;126 margin-left: auto;127 margin-right: auto;128 }129 130 103 .about-wrap h1 { 131 104 margin: 0.2em 200px 0 0; 132 105 padding: 0; … … 150 123 line-height: 1.5; 151 124 } 152 125 153 .about-wrap .under-the-hood-header {154 margin: 40px 0 0;155 text-align: center;156 }157 158 126 .about-wrap h4 { 127 font-size: 16px; 159 128 color: #23282d; 160 129 } 161 130 131 .about-wrap p { 132 line-height: 1.5; 133 font-size: 16px; 134 } 135 162 136 .about-wrap code, 163 137 .about-wrap ol li p { 164 138 font-size: 14px; … … 187 161 188 162 /* 1.2 - Structure */ 189 163 190 .about-wrap [class$="-col"] { 191 display: flex; 192 justify-content: space-between; 193 flex-wrap: wrap; 164 .about-wrap .has-1-columns, 165 .about-wrap .has-2-columns, 166 .about-wrap .has-3-columns, 167 .about-wrap .has-4-columns { 168 display: -ms-grid; 169 display: grid; 170 max-width: 800px; 171 margin-top: 40px; 172 margin-left: auto; 173 margin-right: auto; 194 174 } 195 175 196 .about-wrap . one-col{197 margin : 0 auto;198 ma x-width: 680px;176 .about-wrap .column { 177 margin-right: 20px; 178 margin-left: 20px; 199 179 } 200 180 201 .about-wrap . one-col.is-wide {181 .about-wrap .is-wide { 202 182 max-width: 760px; 203 183 } 204 184 205 .about-wrap .under-the-hood { 206 margin: auto; 207 max-width: 1020px; 185 .about-wrap .is-fullwidth { 186 max-width: 100%; 208 187 } 209 188 210 .about-wrap . inline-svg img{211 max-width: 100%;212 width: 100%;213 height: auto;189 .about-wrap .has-1-columns { 190 display: block; 191 max-width: 680px; 192 margin: 0 auto 40px; 214 193 } 215 194 216 .about-wrap .inline-svg.full-width { 217 margin-bottom: 120px; 195 .about-wrap .has-2-columns { 196 -ms-grid-columns: 1fr 1fr; 197 grid-template-columns: 1fr 1fr; 218 198 } 219 199 220 .about-wrap .under-the-hood .inline-svg { 221 margin-left: 100px; 200 .about-wrap .has-2-columns .column:nth-of-type(2n+1) { 201 -ms-grid-column: 1; 202 grid-column-start: 1; 222 203 } 223 204 224 .about-wrap [class$="-col"] .col{225 flex: 1;226 align-self: flex-start;205 .about-wrap .has-2-columns .column:nth-of-type(2n) { 206 -ms-grid-column: 2; 207 grid-column-start: 2; 227 208 } 228 209 229 .about-wrap [class$="-col"] .col + .col { 230 margin-left: 20px; 210 .about-wrap .has-2-columns.is-wider-right { 211 -ms-grid-columns: 1fr 2fr; 212 grid-template-columns: 1fr 2fr; 231 213 } 232 214 233 .about-wrap [class$="-col"] .is-span-two { 234 flex: 2; 215 .about-wrap .has-2-columns.is-wider-left { 216 -ms-grid-columns: 2fr 1fr; 217 grid-template-columns: 2fr 1fr; 235 218 } 236 219 237 .about-wrap .one-col img { 238 margin: 1em 0 2em; 220 .about-wrap .has-3-columns { 221 -ms-grid-columns: (1fr)[3]; 222 grid-template-columns: repeat(3, 1fr); 239 223 } 240 224 241 .about-wrap . one-col .alignright img,242 .about-wrap .one-col .alignleft img { 243 margin-top: 0;225 .about-wrap .has-3-columns .column:nth-of-type(3n+1) { 226 -ms-grid-column: 1; 227 grid-column-start: 1; 244 228 } 245 229 246 .about-wrap .two-col img { 247 margin-bottom: 1.5em; 230 .about-wrap .has-3-columns .column:nth-of-type(3n+2) { 231 -ms-grid-column: 2; 232 grid-column-start: 2; 248 233 } 249 234 250 .about-wrap .feature-video .mejs-controls { 251 display: none !important; 235 .about-wrap .has-3-columns .column:nth-of-type(3n) { 236 -ms-grid-column: 3; 237 grid-column-start: 3; 252 238 } 253 239 254 .about-wrap .feature-video .mejs-overlay-loading span { 255 background: transparent; /* Hide loading.gif */ 240 .about-wrap .has-4-columns { 241 -ms-grid-columns: (1fr)[4]; 242 grid-template-columns: repeat(4, 1fr); 256 243 } 257 244 258 .about-wrap video { 259 margin: 1.5em auto; 245 .about-wrap .has-4-columns .column:nth-of-type(4n+1) { 246 -ms-grid-column: 1; 247 grid-column-start: 1; 260 248 } 261 249 262 .about-wrap .inline-svg.alignright { 263 margin-left: 80px; 250 .about-wrap .has-4-columns .column:nth-of-type(4n+2) { 251 -ms-grid-column: 2; 252 grid-column-start: 2; 264 253 } 265 254 266 .about-wrap .inline-svg.alignleft { 267 margin-right: 80px; 255 .about-wrap .has-4-columns .column:nth-of-type(4n+3) { 256 -ms-grid-column: 3; 257 grid-column-start: 3; 268 258 } 269 259 270 .about-wrap .cta { 260 .about-wrap .has-4-columns .column:nth-of-type(4n) { 261 -ms-grid-column: 4; 262 grid-column-start: 4; 263 } 264 265 .about-wrap .column :first-child { 266 margin-top: 0; 267 } 268 269 .about-wrap .aligncenter { 271 270 text-align: center; 272 271 } 273 272 274 .about-wrap . cta .button{275 margin: 0 auto 5px;276 font-weight: 600;273 .about-wrap .alignleft { 274 float: left; 275 margin-right: 40px; 277 276 } 278 277 279 .about-wrap . feature-section .button{280 margin-top: 1.5em;281 font-weight: 600;278 .about-wrap .alignright { 279 float: right; 280 margin-left: 40px; 282 281 } 283 282 283 .about-wrap .is-vertically-aligned-top { 284 align-self: start; 285 } 286 287 .about-wrap .is-vertically-aligned-center { 288 align-self: center; 289 } 290 291 .about-wrap .is-vertically-aligned-bottom { 292 align-self: end; 293 } 294 284 295 /* 1.3 - Point Releases */ 285 296 286 297 .about-wrap .point-releases { … … 288 299 border-bottom: 1px solid #ddd; 289 300 } 290 301 302 .about-wrap .changelog { 303 margin-bottom: 40px; 304 } 305 291 306 .about-wrap .changelog.point-releases h3 { 292 307 padding-top: 35px; 293 308 } … … 296 311 padding-top: 7px; 297 312 } 298 313 314 .about-wrap .changelog.feature-section .col { 315 margin-top: 40px; 316 } 317 299 318 /*------------------------------------------------------------------------------ 300 319 2.0 - About Page 301 320 ------------------------------------------------------------------------------*/ … … 302 321 303 322 /* 2.1 - Typography */ 304 323 305 .about-wrap .feature-section-header {306 margin: 50px 0 0;307 }308 309 .about-wrap .feature-section.two-col h3 {310 margin-top: 0;311 }312 313 .about-wrap .feature-section h4 {314 margin: 1.4em 0 0.6em 0;315 font-size: 1em;316 }317 318 .about-wrap .feature-section p {319 margin-top: 0.6em;320 }321 322 324 .about-wrap .lead-description { 323 325 font-size: 1.5em; 324 326 text-align: center; 325 327 } 326 328 327 .about-wrap .two-col-text { 328 column-count: 2; 329 column-gap: 40px; 329 .about-wrap .feature-section p { 330 margin-top: 0.6em; 330 331 } 331 332 332 .about-wrap .two-col-text p:first-of-type {333 margin-top: 0;334 }335 336 .about-wrap .streamlined-updates p,337 .about-wrap .native-fonts p {338 margin-bottom: 3em;339 }340 341 .about-wrap .under-the-hood img + h3 {342 margin-top: 1.25em;343 }344 345 333 /* 2.2 - Structure */ 346 334 347 335 .about-wrap .headline-feature { 348 margin-bottom: 40px; 336 margin: 0 auto 40px; 337 max-width: 680px; 349 338 } 350 339 351 .about-wrap . featured-image{352 text-align: center;340 .about-wrap .headline-feature h2 { 341 margin: 50px 0 0; 353 342 } 354 343 355 .about-wrap . feature-section{356 overflow: hidden;344 .about-wrap .headline-feature img { 345 max-width: 600px; 357 346 } 358 347 359 .about-wrap .feature-section.no-heading {360 padding-top: 35px;361 }362 363 .about-wrap .feature-section .media-container {364 overflow: hidden;365 }366 367 .about-wrap .embed-container {368 text-align: center;369 }370 371 .about-wrap .embed-container iframe {372 max-width: 100%;373 }374 375 .about-wrap .wp-embedded-content {376 max-width: 100%;377 }378 379 .about-wrap .feature-section .col {380 margin-top: 40px;381 }382 383 .about-wrap .changelog {384 margin-bottom: 40px;385 }386 387 .about-wrap .changelog.feature-section .col {388 margin-top: 40px;389 }390 391 348 /* Return to Dashboard Home link */ 392 349 393 350 .about-wrap .return-to-dashboard { … … 490 447 margin: 0.6em 0; 491 448 } 492 449 493 .freedoms-php .about-wrap .col .freedoms-image { 450 .freedoms-php .has-4-columns { 451 margin-bottom: 40px; 452 } 453 454 .freedoms-php .column .freedoms-image { 494 455 background-image: url('https://s.w.org/wp-content/themes/pub/wporg-main/images/freedoms-2x.png'); 495 456 background-size: 100%; 496 457 padding-top: 100%; 497 458 } 498 .freedoms-php .about-wrap .col:nth-of-type(2) .freedoms-image { 459 460 .freedoms-php .column:nth-of-type(2) .freedoms-image { 499 461 background-position: 0 34%; 500 462 } 501 .freedoms-php .about-wrap .col:nth-of-type(3) .freedoms-image { 463 464 .freedoms-php .column:nth-of-type(3) .freedoms-image { 502 465 background-position: 0 66%; 503 466 } 504 .freedoms-php .about-wrap .col:nth-of-type(4) .freedoms-image { 467 468 .freedoms-php .column:nth-of-type(4) .freedoms-image { 505 469 background-position: 0 100%; 506 470 } 507 471 … … 510 474 ------------------------------------------------------------------------------*/ 511 475 512 476 @media screen and (max-width: 782px) { 513 .about-wrap .two-col-text { 514 column-count: 1; 477 .about-wrap .has-3-columns, 478 .about-wrap .has-4-columns { 479 -ms-grid-columns: 1fr 1fr; 480 grid-template-columns: 1fr 1fr; 515 481 } 516 482 517 .about-wrap .one-col .alignright { 518 margin-left: 20px; 519 max-width: 150px; 483 .about-wrap .has-3-columns .column:nth-of-type(3n+1), 484 .about-wrap .has-4-columns .column:nth-of-type(4n+1) { 485 -ms-grid-column: 1; 486 grid-column-start: 1; 487 -ms-grid-row: 1; 488 grid-row-start: 1; 520 489 } 521 490 522 .about-wrap .one-col .alignleft { 523 margin-right: 20px; 524 max-width: 150px; 491 .about-wrap .has-3-columns .column:nth-of-type(3n+2), 492 .about-wrap .has-4-columns .column:nth-of-type(4n+2) { 493 -ms-grid-column: 2; 494 grid-column-start: 2; 495 -ms-grid-row: 1; 496 grid-row-start: 1; 525 497 } 526 498 527 .about-wrap . two-col .col,528 .about-wrap . three-col .col,529 .about-wrap .four-col .col {530 min-width: 48% !important;531 max-width: 48% !important;532 margin-left: 0 !important;499 .about-wrap .has-3-columns .column:nth-of-type(3n), 500 .about-wrap .has-4-columns .column:nth-of-type(4n+3) { 501 -ms-grid-column: 1; 502 grid-column-start: 1; 503 -ms-grid-row: 2; 504 grid-row-start: 2; 533 505 } 534 506 535 .about-wrap .eight-col .col { 536 min-width: 24% !important; 507 .about-wrap .has-4-columns .column:nth-of-type(4n) { 508 -ms-grid-column: 2; 509 grid-column-start: 2; 510 -ms-grid-row: 2; 511 grid-row-start: 2; 537 512 } 513 } 538 514 539 .about-wrap .three-col img, 540 .about-wrap .four-col img, 541 .about-wrap .eight-col img { 515 @media screen and (max-width: 600px) { 516 .about-wrap .has-2-columns, 517 .about-wrap .has-3-columns, 518 .about-wrap .has-4-columns { 542 519 display: block; 543 margin: 0 auto;544 520 } 545 521 546 .about-wrap figcaption { 547 position: relative; 548 margin-top: 10px; 549 margin-bottom: 15px; 550 padding: 0; 551 background: none; 552 color: #40464D; 553 text-shadow: none; 522 .about-wrap :not(.is-wider-right):not(.is-wider-left) .column { 523 margin-right: 0; 524 margin-left: 0; 554 525 } 555 526 556 .about-wrap .under-the-hood .inline-svg { 557 margin-left: 40px; 527 .about-wrap .has-2-columns.is-wider-right, 528 .about-wrap .has-2-columns.is-wider-left { 529 display: -ms-grid; 530 display: grid; 558 531 } 559 532 } 560 533 … … 578 551 margin-bottom: 1.5em; 579 552 width: 100%; 580 553 } 554 } 581 555 582 .about-wrap .one-col .alignright, 583 .about-wrap .one-col .alignleft { 584 max-width: 120px; 556 @media only screen and (max-width: 480px) { 557 .about-wrap .has-2-columns.is-wider-right, 558 .about-wrap .has-2-columns.is-wider-left { 559 display: block; 585 560 } 586 561 587 .about-wrap .feature-section .col { 588 margin-top: 1em; 562 .about-wrap .column { 563 margin-right: 0; 564 margin-left: 0; 589 565 } 590 566 591 .about-wrap .two-col .col, 592 .about-wrap .three-col .col, 593 .about-wrap .three-col .col { 594 min-width: 100% !important; 567 .about-wrap .has-2-columns.is-wider-right img, 568 .about-wrap .has-2-columns.is-wider-left img { 569 max-width: 160px; 595 570 } 596 597 .about-wrap .eight-col .col {598 min-width: 48% !important;599 }600 601 .about-wrap .under-the-hood.four-col .col,602 .about-wrap .under-the-hood.three-col .col,603 .about-wrap .under-the-hood.two-col .col,604 .about-wrap .under-the-hood.one-col .col {605 margin-bottom: 2em;606 padding-bottom: 0;607 }608 609 .about-wrap .under-the-hood:nth-of-type(2n),610 .about-wrap .under-the-hood:nth-of-type(3n) {611 margin-top: 0;612 }613 614 .about-wrap .under-the-hood img + h3 {615 margin-top: 1.25em;616 }617 618 .about-wrap .under-the-hood .inline-svg {619 display: none;620 }621 622 .about-wrap .inline-svg.full-width {623 margin-bottom: 60px;624 }625 571 } 626 627 @media only screen and (max-width: 320px) {628 .about-wrap .one-col .alignright,629 .about-wrap .one-col .alignleft {630 float: none;631 margin: 0 auto;632 }633 .about-wrap .one-col .alignright img,634 .about-wrap .one-col .alignleft img {635 margin: 0 0 1em;636 }637 } -
src/wp-admin/freedoms.php
53 53 54 54 <?php else : ?> 55 55 <div class="about-wrap-content"> 56 <div class="feature-section one-col"> 57 <div class="col"> 58 <h2><?php _e( 'Freedoms' ); ?></h2> 59 <p class="about-description"><?php printf( __( 'WordPress is Free and open source software, built by a distributed community of mostly volunteer developers from around the world. WordPress comes with some awesome, worldview-changing rights courtesy of its <a href="%s">license</a>, the GPL.' ), 'https://wordpress.org/about/license/' ); ?></p> 60 </div> 56 <div class="feature-section has-1-columns"> 57 <h2><?php _e( 'Freedoms' ); ?></h2> 58 <p class="about-description"><?php printf( __( 'WordPress is Free and open source software, built by a distributed community of mostly volunteer developers from around the world. WordPress comes with some awesome, worldview-changing rights courtesy of its <a href="%s">license</a>, the GPL.' ), 'https://wordpress.org/about/license/' ); ?></p> 61 59 </div> 62 60 63 <div class="feature-section four-col">64 <div class="col ">61 <div class="feature-section has-4-columns is-fullwidth"> 62 <div class="column"> 65 63 <div class="freedoms-image"></div> 66 64 <h3><?php _e( 'The 1st Freedom' ); ?></h3> 67 65 <p><?php _e( 'To run the program for any purpose.' ); ?></p> 68 66 </div> 69 <div class="col ">67 <div class="column"> 70 68 <div class="freedoms-image"></div> 71 69 <h3><?php _e( 'The 2nd Freedom' ); ?></h3> 72 70 <p><?php _e( 'To study how the program works and change it to make it do what you wish.' ); ?></p> 73 71 </div> 74 <div class="col ">72 <div class="column"> 75 73 <div class="freedoms-image"></div> 76 74 <h3><?php _e( 'The 3rd Freedom' ); ?></h3> 77 75 <p><?php _e( 'To redistribute.' ); ?></p> 78 76 </div> 79 <div class="col ">77 <div class="column"> 80 78 <div class="freedoms-image"></div> 81 79 <h3><?php _e( 'The 4th Freedom' ); ?></h3> 82 80 <p><?php _e( 'To distribute copies of your modified versions to others.' ); ?></p> … … 83 81 </div> 84 82 </div> 85 83 86 <div class="feature-section one-col"> 87 <div class="col"> 88 <p><?php printf( __( 'WordPress grows when people like you tell their friends about it, and the thousands of businesses and services that are built on and around WordPress share that fact with their users. We’re flattered every time someone spreads the good word, just make sure to <a href="%s">check out our trademark guidelines</a> first.' ), 'https://wordpressfoundation.org/trademark-policy/' ); ?></p> 84 <div class="feature-section has-1-columns"> 85 <p><?php printf( __( 'WordPress grows when people like you tell their friends about it, and the thousands of businesses and services that are built on and around WordPress share that fact with their users. We’re flattered every time someone spreads the good word, just make sure to <a href="%s">check out our trademark guidelines</a> first.' ), 'https://wordpressfoundation.org/trademark-policy/' ); ?></p> 89 86 90 91 92 93 87 <p> 88 <?php 89 $plugins_url = current_user_can( 'activate_plugins' ) ? admin_url( 'plugins.php' ) : __( 'https://wordpress.org/plugins/' ); 90 $themes_url = current_user_can( 'switch_themes' ) ? admin_url( 'themes.php' ) : __( 'https://wordpress.org/themes/' ); 94 91 95 96 97 92 printf( __( 'Every plugin and theme in WordPress.org’s directory is 100%% GPL or a similarly free and compatible license, so you can feel safe finding <a href="%1$s">plugins</a> and <a href="%2$s">themes</a> there. If you get a plugin or theme from another source, make sure to <a href="%3$s">ask them if it’s GPL</a> first. If they don’t respect the WordPress license, we don’t recommend them.' ), $plugins_url, $themes_url, 'https://wordpress.org/about/license/' ); 93 ?> 94 </p> 98 95 99 <p><?php _e( 'Don’t you wish all software came with these freedoms? So do we! For more information, check out the <a href="https://www.fsf.org/">Free Software Foundation</a>.' ); ?></p> 100 </div> 96 <p><?php _e( 'Don’t you wish all software came with these freedoms? So do we! For more information, check out the <a href="https://www.fsf.org/">Free Software Foundation</a>.' ); ?></p> 101 97 </div> 102 98 </div> 103 99