File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 131131
132132<div class="wrap nosubsub">
133133<?php screen_icon (); ?>
134- <h2><?php echo wp_specialchars ( $ title ); ?> </h2>
134+ <?php $ h2_search = isset ($ _GET ['s ' ]) && $ _GET ['s ' ] ? ' ' . sprintf (__ ('matching “%s” ' ), wp_specialchars ( stripslashes ($ _GET ['s ' ]) ) ) : '' ; ?>
135+ <h2><?php echo wp_specialchars ( $ title ) . $ h2_search ; ?> </h2>
135136
136137<?php
137138if ( isset ($ _GET ['message ' ]) && ( $ msg = (int ) $ _GET ['message ' ] ) ) : ?>
Original file line number Diff line number Diff line change 8686
8787<div class="wrap">
8888<?php screen_icon (); ?>
89- <h2><?php echo wp_specialchars ( $ title ); ?> </h2>
89+ <?php $ h2_search = isset ($ _GET ['s ' ]) && $ _GET ['s ' ] ? ' ' . sprintf (__ ('matching “%s” ' ), wp_specialchars ( stripslashes ($ _GET ['s ' ]) ) ) : '' ; ?>
90+ <h2><?php echo wp_specialchars ( $ title ) . $ h2_search ; ?> </h2>
9091
9192<?php
9293if ( isset ( $ _GET ['approved ' ] ) || isset ( $ _GET ['deleted ' ] ) || isset ( $ _GET ['spam ' ] ) ) {
Original file line number Diff line number Diff line change 6161
6262<div class="wrap nosubsub">
6363<?php screen_icon (); ?>
64- <h2><?php echo wp_specialchars ( $ title ); ?> </h2>
64+ <?php $ h2_search = isset ($ _GET ['s ' ]) && $ _GET ['s ' ] ? ' ' . sprintf (__ ('matching “%s” ' ), wp_specialchars ( stripslashes ($ _GET ['s ' ]) ) ) : '' ; ?>
65+ <h2><?php echo wp_specialchars ( $ title ) . $ h2_search ; ?> </h2>
6566
6667<?php if ( isset ($ _GET ['message ' ]) && ( $ msg = (int ) $ _GET ['message ' ] ) ) : ?>
6768<div id="message" class="updated fade"><p><?php echo $ messages [$ msg ]; ?> </p></div>
Original file line number Diff line number Diff line change 104104
105105<div class="wrap">
106106<?php screen_icon (); ?>
107- <h2><?php echo wp_specialchars ( $ title ); ?> </h2>
107+ <?php $ h2_search = isset ($ _GET ['s ' ]) && $ _GET ['s ' ] ? ' ' . sprintf (__ ('matching “%s” ' ), wp_specialchars ( get_search_query () ) ) : '' ; ?>
108+ <h2><?php echo wp_specialchars ( $ title ) . $ h2_search ; ?> </h2>
108109
109110<?php if ( isset ($ _GET ['locked ' ]) || isset ($ _GET ['skipped ' ]) || isset ($ _GET ['updated ' ]) || isset ($ _GET ['deleted ' ]) ) { ?>
110111<div id="message" class="updated fade"><p>
Original file line number Diff line number Diff line change 130130
131131<div class="wrap nosubsub">
132132<?php screen_icon (); ?>
133- <h2><?php echo wp_specialchars ( $ title ); ?> </h2>
133+ <?php $ h2_search = isset ($ _GET ['s ' ]) && $ _GET ['s ' ] ? ' ' . sprintf (__ ('matching “%s” ' ), wp_specialchars ( stripslashes ($ _GET ['s ' ]) ) ) : '' ; ?>
134+ <h2><?php echo wp_specialchars ( $ title ) . $ h2_search ; ?> </h2>
134135
135136<?php if ( isset ($ _GET ['message ' ]) && ( $ msg = (int ) $ _GET ['message ' ] ) ) : ?>
136137<div id="message" class="updated fade"><p><?php echo $ messages [$ msg ]; ?> </p></div>
Original file line number Diff line number Diff line change 9696
9797<div class="wrap">
9898<?php screen_icon (); ?>
99- <h2><?php echo wp_specialchars ( $ title ); ?> </h2>
99+ <?php $ h2_search = isset ($ _GET ['s ' ]) && $ _GET ['s ' ] ? ' ' . sprintf (__ ('matching “%s” ' ), wp_specialchars ( get_search_query () ) ) : '' ; ?>
100+ <h2><?php echo wp_specialchars ( $ title ) . $ h2_search ; ?> </h2>
100101
101102<?php
102103if ( isset ($ _GET ['posted ' ]) && $ _GET ['posted ' ] ) : $ _GET ['posted ' ] = (int ) $ _GET ['posted ' ]; ?>
Original file line number Diff line number Diff line change 7171
7272<div class="wrap nosubsub">
7373<?php screen_icon (); ?>
74- <h2><?php echo wp_specialchars ( $ title ); ?> </h2>
74+ <?php $ h2_search = isset ($ _GET ['s ' ]) && $ _GET ['s ' ] ? ' ' . sprintf (__ ('matching “%s” ' ), wp_specialchars ( stripslashes ($ _GET ['s ' ]) ) ) : '' ; ?>
75+ <h2><?php echo wp_specialchars ( $ title ) . $ h2_search ; ?> </h2>
7576
7677<?php
7778if ( isset ($ _GET ['deleted ' ]) ) {
Original file line number Diff line number Diff line change 164164
165165<div class="wrap">
166166<?php screen_icon (); ?>
167- <h2><?php echo wp_specialchars ( $ title ); ?> </h2>
167+ <?php $ h2_search = isset ($ _GET ['s ' ]) && $ _GET ['s ' ] ? ' ' . sprintf (__ ('matching “%s” ' ), wp_specialchars ( get_search_query () ) ) : '' ; ?>
168+ <h2><?php echo wp_specialchars ( $ title ) . $ h2_search ; ?> </h2>
168169
169170<?php
170171if ( isset ($ message ) ) { ?>
Original file line number Diff line number Diff line change 239239
240240<div class="wrap">
241241<?php screen_icon (); ?>
242- <h2><?php echo wp_specialchars ( $ title ); ?> </h2>
242+ <?php $ h2_search = isset ($ _GET ['s ' ]) && $ _GET ['s ' ] ? ' ' . sprintf (__ ('matching “%s” ' ), wp_specialchars ( get_search_query () ) ) : '' ; ?>
243+ <h2><?php echo wp_specialchars ( $ title ) . $ h2_search ; ?> </h2>
243244
244245<div class="filter">
245246<form id="list-filter" action="" method="get">
You can’t perform that action at this time.
0 commit comments