File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -119,9 +119,10 @@ function codeable_ssl_warning() {
119
119
}
120
120
121
121
/**
122
+ * @return bool
123
+ * @deprecated
122
124
* Check if an PHP Timout warning should be displayed.
123
125
*
124
- * @return bool
125
126
*/
126
127
function codeable_timeout_warning () {
127
128
$ timeout = ini_get ( 'max_execution_time ' );
@@ -173,14 +174,6 @@ function codeable_admin_notices() {
173
174
</div>
174
175
<?php
175
176
endif ;
176
-
177
- if ( codeable_timeout_warning () ) :
178
- ?>
179
- <div class="update-nag notice">
180
- <p><?php _e ( 'Be sure that you set PHP timeout to 120 or more on your first fetch or if you have deleted the cached data ' , 'wpcable ' ); ?> </p>
181
- </div>
182
- <?php
183
- endif ;
184
177
}
185
178
186
179
/**
@@ -193,7 +186,7 @@ function codeable_page_requires_login( $page_title ) {
193
186
194
187
?>
195
188
<div class="wrap">
196
- <h1><?php echo $ pag_titlee ; ?> </h1>
189
+ <h1><?php echo $ page_title ; ?> </h1>
197
190
198
191
<div class="notice error">
199
192
<p>
You can’t perform that action at this time.
0 commit comments