Making WordPress.org


Ignore:
Timestamp:
04/12/2023 09:09:42 PM (2 years ago)
Author:
coffee2code
Message:

Photo Directory: Move "Copy to clipboard" button into tabbed container.

See #6097.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-photos/template-parts/photo-single.php

    r12385 r12537  
    100100                    <button><?php _e( 'Plain text', 'wporg-photos' ); ?></button>
    101101                </div>
     102                <div class="tab-content">
    102103                <div class="tab tab-rich-text active">
    103104                <?php printf(
     
    131132                </div>
    132133                <button class="attribution-copy"><?php _e( 'Copy to clipboard', 'wporg-photos' ); ?></button>
     134                </div>
    133135            </div>
    134136        </div>
Note: See TracChangeset for help on using the changeset viewer.