Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion admin/class-nginx-helper-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ public function nginx_helper_get_feeds() {
<ul role="list">
<?php
if ( 0 === $maxitems ) {
echo '<li role="listitem">' . esc_html_e( 'No items', 'nginx-helper' ) . '.</li>';
echo '<li role="listitem">' . esc_html__( 'No items', 'nginx-helper' ) . '.</li>';
} else {

// Loop through each feed item and display each item as a hyperlink.
Expand Down