~canonical-sysadmins/wordpress/4.8.3

« back to all changes in this revision

Viewing changes to wp-admin/options-reading.php

  • Committer: Ryan Finnie
  • Date: 2015-08-31 16:09:47 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: ryan.finnie@canonical.com-20150831160947-1h6rfxby9z1ec62u
Merge WP4.3 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
?>
75
75
 
76
76
<div class="wrap">
77
 
<h2><?php echo esc_html( $title ); ?></h2>
 
77
<h1><?php echo esc_html( $title ); ?></h1>
78
78
 
79
79
<form method="post" action="options.php">
80
80
<?php