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.

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


git-svn-id: http://core.svn.wordpress.org/trunk@27534 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes
2014-03-25 08:05:15 +00:00
parent a3d08715ab
commit 7dc9b02577
6 changed files with 20 additions and 16 deletions

View File

@@ -1029,7 +1029,7 @@ function wp_print_media_templates() {
<?php
/**
* Prints the media manager custom media templates.
* Fires when the custom Backbone media templates are printed.
*
* @since 3.5.0
*/