Changeset 28277
- Timestamp:
- 05/06/2014 05:24:30 AM (12 years ago)
- Location:
- branches/3.9
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-admin/custom-header.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.9
-
branches/3.9/src/wp-admin/custom-header.php
r27947 r28277 41 41 * @access private 42 42 */ 43 var $default_headers ;43 var $default_headers = array(); 44 44 45 45 /** … … 255 255 return; 256 256 257 if ( is_array( $this->default_headers ) ) {257 if ( ! empty( $this->default_headers ) ) { 258 258 return; 259 259 }
Note: See TracChangeset
for help on using the changeset viewer.