~ubuntu-branches/debian/sid/wordpress/sid

« back to all changes in this revision

Viewing changes to wp-admin/tools.php

  • Committer: Package Import Robot
  • Author(s): Craig Small
  • Date: 2014-01-24 22:20:08 UTC
  • mfrom: (1.2.31)
  • Revision ID: package-import@ubuntu.com-20140124222008-wgyk0hvmhjkubf9i
Tags: 3.8.1+dfsg-1
* New upstream release.
* Depend on either mysql or mariadb client Closes: #732914

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 
34
34
?>
35
35
<div class="wrap">
36
 
<?php screen_icon(); ?>
37
36
<h2><?php echo esc_html( $title ); ?></h2>
38
37
 
39
38
<?php if ( current_user_can('edit_posts') ) : ?>
64
63
endif;
65
64
endif;
66
65
 
 
66
/**
 
67
 * Fires at the end of the Tools Administration screen.
 
68
 *
 
69
 * @since 2.8.0
 
70
 */
67
71
do_action( 'tool_box' );
68
72
?>
69
73
</div>