Make WordPress Core


Ignore:
Timestamp:
03/25/2014 08:04:44 AM (11 years ago)
Author:
DrewAPicture
Message:

Correct misleading verbiage in 'print' hook docs.

Standardizes 'print' hook docs on the concept that hooks are fired when scripts and styles are printed.

Props ericlewis for the initial patch.
Fixes #26924.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/template.php

    r27470 r27695  
    15151515?>
    15161516</head>
    1517 <?php
    1518 /** This filter is documented in wp-admin/admin-header.php */
    1519 ?>
     1517<?php /** This filter is documented in wp-admin/admin-header.php */ ?>
    15201518<body<?php if ( isset($GLOBALS['body_id']) ) echo ' id="' . $GLOBALS['body_id'] . '"'; ?> class="wp-admin wp-core-ui no-js iframe <?php echo apply_filters( 'admin_body_class', '' ) . ' ' . $admin_body_class; ?>">
    15211519<script type="text/javascript">
Note: See TracChangeset for help on using the changeset viewer.