From 5bbb7dd80dcfa91b5097283c92fb4e609f888d98 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Mon, 9 Mar 2015 07:03:12 +0000 Subject: [PATCH] Update hook docs for the `editable_slug` filter as it is evaluated in more than just a term slug context, it is also leveraged for use with post URIs. See #31569. git-svn-id: https://develop.svn.wordpress.org/trunk@31688 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/edit-tag-form.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/wp-admin/edit-tag-form.php b/src/wp-admin/edit-tag-form.php index 0b00ded844..419ddf942e 100644 --- a/src/wp-admin/edit-tag-form.php +++ b/src/wp-admin/edit-tag-form.php @@ -91,11 +91,15 @@ do_action( "{$taxonomy}_term_edit_form_tag" ); slug ) ? apply_filters( 'editable_slug', $tag->slug ) : ''; ?>