mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-01 11:14:36 +00:00
Docs: Remove some more dittography.
See #34885, r35793. git-svn-id: https://develop.svn.wordpress.org/trunk@35796 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -263,7 +263,7 @@ function wp_dequeue_script( $handle ) {
|
||||
* @param string $handle Name of the script.
|
||||
* @param string $list Optional. Status of the script to check. Default 'enqueued'.
|
||||
* Accepts 'enqueued', 'registered', 'queue', 'to_do', and 'done'.
|
||||
* @return bool Whether the script script is queued.
|
||||
* @return bool Whether the script is queued.
|
||||
*/
|
||||
function wp_script_is( $handle, $list = 'enqueued' ) {
|
||||
_wp_scripts_maybe_doing_it_wrong( __FUNCTION__ );
|
||||
|
||||
Reference in New Issue
Block a user