Add a nav_menu_item_title filter for filtering nav menu item titles.

Fixes #33447
Props paulwilde

Built from https://develop.svn.wordpress.org/trunk@34666


git-svn-id: http://core.svn.wordpress.org/trunk@34630 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn
2015-09-28 18:41:26 +00:00
parent 8d362918a8
commit 51667f882a
2 changed files with 17 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-alpha-34665';
$wp_version = '4.4-alpha-34666';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.