Changeset 13676 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/inc/template-tags.php
- Timestamp:
- 05/08/2024 06:19:17 AM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/inc/template-tags.php
r13661 r13676 473 473 echo '<span class="help">' . esc_attr__( 'Optional. The URL for plugin support, other than its support forum on wordpress.org.', 'wporg-plugins' ) . '</span>'; 474 474 echo '</p>'; 475 echo '<p >';476 echo '<button class=" button button-secondary" type="submit">' . esc_attr__( 'Save', 'wporg-plugins' ) . '</button>';475 echo '<p class="wp-block-button is-small">'; 476 echo '<button class="wp-block-button__link" type="submit">' . esc_attr__( 'Save', 'wporg-plugins' ) . '</button>'; 477 477 echo '<span class="success-msg">' . __( 'Saved!', 'wporg-plugins' ) . '</span>'; 478 478 echo '</p>'; … … 639 639 echo '<form method="POST" action="' . esc_url( $toggle_link ) . '" onsubmit="return confirm( jQuery(this).prev(\'.notice\').text() );">'; 640 640 // Translators: %s is the plugin name, as defined by the plugin itself. 641 echo '<p ><input class="button" type="submit" value="' . esc_attr( sprintf( __( 'Please toggle the Live Preview link for %s', 'wporg-plugins' ), get_the_title() ) ) . '" /></p>';641 echo '<p class="wp-block-button is-small"><input class="wp-block-button__link" type="submit" value="' . esc_attr( sprintf( __( 'Please toggle the Live Preview link for %s', 'wporg-plugins' ), get_the_title() ) ) . '" /></p>'; 642 642 echo '</form>'; 643 643 }
Note: See TracChangeset
for help on using the changeset viewer.