mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Docs: Standardize filter docs in remaining wp-includes/* files to use third-person singular verbs per the inline documentation standards for PHP.
See #36913. git-svn-id: https://develop.svn.wordpress.org/trunk@37518 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -286,7 +286,7 @@ class WP_Scripts extends WP_Dependencies {
|
||||
|
||||
if ( $this->do_concat ) {
|
||||
/**
|
||||
* Filter the script loader source.
|
||||
* Filters the script loader source.
|
||||
*
|
||||
* @since 2.2.0
|
||||
*
|
||||
@@ -345,7 +345,7 @@ class WP_Scripts extends WP_Dependencies {
|
||||
$tag = "{$cond_before}{$before_handle}<script type='text/javascript' src='$src'></script>\n{$after_handle}{$cond_after}";
|
||||
|
||||
/**
|
||||
* Filter the HTML script tag of an enqueued script.
|
||||
* Filters the HTML script tag of an enqueued script.
|
||||
*
|
||||
* @since 4.1.0
|
||||
*
|
||||
@@ -502,7 +502,7 @@ class WP_Scripts extends WP_Dependencies {
|
||||
$r = parent::all_deps( $handles, $recursion, $group );
|
||||
if ( ! $recursion ) {
|
||||
/**
|
||||
* Filter the list of script dependencies left to print.
|
||||
* Filters the list of script dependencies left to print.
|
||||
*
|
||||
* @since 2.3.0
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user