Making WordPress.org


Ignore:
Timestamp:
07/28/2016 10:55:18 PM (8 years ago)
Author:
obenland
Message:

Plugin Directory: Restructure containers and components.

Merges containers with their components and adopts a folder hierarchy similar
to the actual element hierarchy. The exception to the rule are reusable
components.

This also adds support for displaying plugins in the plugin_section taxonomy.

See #1719.

Location:
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/js/client/components/content-none
Files:
1 added
1 moved

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/js/client/components/content-none/index.jsx

    r3733 r3734  
    4343            }
    4444        } else {
    45             helpText =(
     45            helpText = (
    4646                <div className="page-content">
    4747                    <p>It seems we can&#8217;t find what you&#8217;re looking for. Perhaps searching can help.</p>
    4848                </div>
    4949            );
     50
     51            helpText = (
     52                <div className="page-content">
     53                    { helpText }
     54                    <SearchForm />
     55                </div>
     56            );
     57
    5058        }
    5159
Note: See TracChangeset for help on using the changeset viewer.