Make WordPress Core

Ticket #46679: 46679.patch

File 46679.patch, 4.2 KB (added by ramiy, 5 years ago)
  • wp-content/themes/twentyeleven/header.php

     
    7373</head>
    7474
    7575<body <?php body_class(); ?>>
    76 <?php wp_body_open(); ?>
     76<?php if ( function_exists( 'wp_body_open' ) ) wp_body_open(); ?>
    7777<div id="page" class="hfeed">
    7878        <header id="branding" role="banner">
    7979                        <hgroup>
  • wp-content/themes/twentyfifteen/header.php

     
    2222</head>
    2323
    2424<body <?php body_class(); ?>>
    25 <?php wp_body_open(); ?>
     25<?php if ( function_exists( 'wp_body_open' ) ) wp_body_open(); ?>
    2626<div id="page" class="hfeed site">
    2727        <a class="skip-link screen-reader-text" href="#content"><?php _e( 'Skip to content', 'twentyfifteen' ); ?></a>
    2828
  • wp-content/themes/twentyfourteen/header.php

     
    3131</head>
    3232
    3333<body <?php body_class(); ?>>
    34 <?php wp_body_open(); ?>
     34<?php if ( function_exists( 'wp_body_open' ) ) wp_body_open(); ?>
    3535<div id="page" class="hfeed site">
    3636        <?php if ( get_header_image() ) : ?>
    3737        <div id="site-header">
  • wp-content/themes/twentyseventeen/header.php

     
    2323</head>
    2424
    2525<body <?php body_class(); ?>>
    26 <?php wp_body_open(); ?>
     26<?php if ( function_exists( 'wp_body_open' ) ) wp_body_open(); ?>
    2727<div id="page" class="site">
    2828        <a class="skip-link screen-reader-text" href="#content"><?php _e( 'Skip to content', 'twentyseventeen' ); ?></a>
    2929
  • wp-content/themes/twentysixteen/header.php

     
    2222</head>
    2323
    2424<body <?php body_class(); ?>>
    25 <?php wp_body_open(); ?>
     25<?php if ( function_exists( 'wp_body_open' ) ) wp_body_open(); ?>
    2626<div id="page" class="site">
    2727        <div class="site-inner">
    2828                <a class="skip-link screen-reader-text" href="#content"><?php _e( 'Skip to content', 'twentysixteen' ); ?></a>
  • wp-content/themes/twentyten/header.php

     
    6060</head>
    6161
    6262<body <?php body_class(); ?>>
    63 <?php wp_body_open(); ?>
     63<?php if ( function_exists( 'wp_body_open' ) ) wp_body_open(); ?>
    6464<div id="wrapper" class="hfeed">
    6565        <div id="header">
    6666                <div id="masthead">
  • wp-content/themes/twentythirteen/header.php

     
    3131</head>
    3232
    3333<body <?php body_class(); ?>>
    34         <?php wp_body_open(); ?>
     34        <?php if ( function_exists( 'wp_body_open' ) ) wp_body_open(); ?>
    3535        <div id="page" class="hfeed site">
    3636                <header id="masthead" class="site-header" role="banner">
    3737                        <a class="home-link" href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home">
  • wp-content/themes/twentytwelve/header.php

     
    3232</head>
    3333
    3434<body <?php body_class(); ?>>
    35 <?php wp_body_open(); ?>
     35<?php if ( function_exists( 'wp_body_open' ) ) wp_body_open(); ?>
    3636<div id="page" class="hfeed site">
    3737        <header id="masthead" class="site-header" role="banner">
    3838                <hgroup>