Making WordPress.org

Changeset 13389


Ignore:
Timestamp:
03/27/2024 04:45:42 AM (6 months ago)
Author:
dufresnesteven
Message:

wporg-support-2024: Remove theme and plugin icons from topic.

See: https://github.com/orgs/WordPress/projects/40/views/19?pane=issue&itemId=57197735

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/bbpress/form-topic.php

    r11319 r13389  
    6666                                <li><?php
    6767                                    /* translators: 1: Theme Directory URL, 2: Appearance icon, 3: Plugin Directory URL, 4: Plugins icon */
    68                                     printf( __( '<strong>Looking for help with a specific <a href="%1$s">%2$s theme</a> or <a href="%3$s">%4$s plugin</a>?</strong> Don\'t post here &#8211; instead, head to the theme or plugin\'s page and find the "View support forum" link to visit the theme or plugin\'s individual forum.', 'wporg-forums' ),
     68                                    printf( __( '<strong>Looking for help with a specific <a href="%1$s">theme</a> or <a href="%2$s">plugin</a>?</strong> Don\'t post here &#8211; instead, head to the theme or plugin\'s page and find the "View support forum" link to visit the theme or plugin\'s individual forum.', 'wporg-forums' ),
    6969                                        esc_url( __( 'https://wordpress.org/themes/', 'wporg-forums' ) ),
    70                                         '<span class="dashicons dashicons-admin-appearance"></span>',
    71                                         esc_url( __( 'https://wordpress.org/plugins/', 'wporg-forums' ) ),
    72                                         '<span class="dashicons dashicons-admin-plugins"></span>'
     70                                        esc_url( __( 'https://wordpress.org/plugins/', 'wporg-forums' ) )
    7371                                    );
    7472                                ?></li>
Note: See TracChangeset for help on using the changeset viewer.