Make WordPress Core


Ignore:
Timestamp:
10/16/2017 06:13:50 PM (7 years ago)
Author:
afercia
Message:

Administration: Improve consistency of the "not found" strings.

Partially reverts [41608] restoring the original strings without the word query.

See #37430.
Fixes #42231.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-plugin-install-list-table.php

    r41683 r41878  
    271271            echo '<div class="inline error"><p>' . $this->error->get_error_message() . '</p><p class="hide-if-no-js"><button class="button try-again">' . __( 'Try Again' ) . '</button></p></div>';
    272272        } else {
    273             echo '<div class="no-plugin-results">' . __( 'No plugins found. Try a different search query.' ) . '</div>';
     273            echo '<div class="no-plugin-results">' . __( 'No plugins found. Try a different search.' ) . '</div>';
    274274        }
    275275    }
Note: See TracChangeset for help on using the changeset viewer.