Make WordPress Core

Changeset 30535

Timestamp:
11/24/2014 04:26:16 AM (10 years ago)
Author:
DrewAPicture
Message:

Remove HTML <head> tags from DocBlock summaries in wp-admin/admin-header.php.

Also better-specify the $hook_suffix value in the admin_head-$hook_suffix hook docs per hook documentation precedent.

Props rarst for the initial patch.
See #30473

File:
1 edited

Legend:

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

    r30502 r30535  
    109109
    110110/**
    111  * Fires in <head> for a specific admin page based on $hook_suffix.
     111 * Fires in head section for a specific admin page.
     112 *
     113 * The dynamic portion of the hook, `$hook_suffix`, refers to the hook suffix
     114 * for the admin page.
    112115 *
    113116 * @since 2.1.0
     
    116119
    117120/**
    118  * Fires in <head> for all admin pages.
     121 * Fires in for all admin pages.
    119122 *
    120123 * @since 2.1.0
     
    160163<?php
    161164/**
    162  * Filter the admin <body> CSS classes.
     165 * Filter the .
    163166 *
    164167 * This filter differs from the post_class or body_class filters in two important ways:
Note: See TracChangeset for help on using the changeset viewer.