Make WordPress Core


Ignore:
Timestamp:
09/20/2016 01:32:33 PM (8 years ago)
Author:
SergeyBiryukov
Message:

Docs: Correct the description of {$taxonomy}_term_new_form_tag hook, making it more consistent with other *_form_tag hooks.

Props BjornW.
Fixes #38104.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/edit-tag-form.php

    r37703 r38629  
    9090<div id="ajax-response"></div>
    9191
    92 <form name="edittag" id="edittag" method="post" action="edit-tags.php" class="validate"
    93 <?php
     92<form name="edittag" id="edittag" method="post" action="edit-tags.php" class="validate"<?php
    9493/**
    9594 * Fires inside the Edit Term form tag.
    9695 *
    97  * The dynamic portion of the hook name, `$taxonomy`, refers to
    98  * the taxonomy slug.
     96 * The dynamic portion of the hook name, `$taxonomy`, refers to the taxonomy slug.
    9997 *
    10098 * @since 3.7.0
Note: See TracChangeset for help on using the changeset viewer.