Changeset 30187
- Timestamp:
- 11/03/2014 05:14:11 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/custom-header.php
r30136 r30187 60 60 */ 61 61 private $page = ''; 62 63 /** 64 * @var bool 65 */ 66 private $updated; 62 67 63 68 /** … … 300 305 public function process_default_headers() { 301 306 global $_wp_default_headers; 302 303 if ( !empty($this->headers) )304 return;305 307 306 308 if ( !isset($_wp_default_headers) )
Note: See TracChangeset
for help on using the changeset viewer.