Skip to content

Commit

Permalink
Update src/wp-includes/theme.php
Browse files Browse the repository at this point in the history
Co-authored-by: Mukesh Panchal <[email protected]>
  • Loading branch information
pbearne and mukeshpanchal27 authored Sep 12, 2024
1 parent 214dcc1 commit dfc0e2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/wp-includes/theme.php
Original file line number Diff line number Diff line change
Expand Up @@ -1498,7 +1498,6 @@ function header_image() {
* @return array
*/
function get_uploaded_header_images() {

$stylesheet = get_option( 'stylesheet' );
$transient_key = 'uploaded_header_images' . $stylesheet;
$header_images = get_transient( $transient_key );
Expand Down

0 comments on commit dfc0e2a

Please sign in to comment.