Consistent headings for the Manage->Link page. See #6137 props MichaelH.
git-svn-id: http://svn.automattic.com/wordpress/trunk@7189 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
0fa353c714
commit
215a5b33d9
|
@ -35,7 +35,7 @@ function xfn_check($class, $value = '', $deprecated = '') {
|
|||
<?php wp_nonce_field( 'closedpostboxes', 'closedpostboxesnonce', false ); ?>
|
||||
|
||||
<div class="wrap">
|
||||
<h2><?php _e('Edit Link') ?></h2>
|
||||
<h2><?php echo $heading; ?></h2>
|
||||
|
||||
<div id="poststuff">
|
||||
|
||||
|
|
Loading…
Reference in New Issue