Making WordPress.org


Ignore:
Timestamp:
10/29/2021 03:51:03 AM (5 years ago)
Author:
tellyworth
Message:

WordPress.org Learn: sync with GitHub

Props hlashbrooke, psykro, chetan200891

https://github.com/WordPress/learn/compare/0714b3f681310c0cca93ff4bf12aa31a84d5b736...f85bc0a5622798264b141d65a23d9feed1fc8e81

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-learn/views/block-workshop-details.php

    r10992 r11300  
    3535                </li>
    3636            <?php endif; ?>
     37            <li>
     38                <b><?php esc_html_e( 'Print View', 'wporg-learn' ); ?></b>
     39                <span>
     40                        <a class="components-button is-secondary is-small" href="#" onclick="window.print();">
     41                            <?php esc_html_e( 'View', 'wporg-learn' ); ?>
     42                        </a>
     43                    </span>
     44            </li>
    3745        </ul>
    3846    <?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.