mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Docs: Remove & prefixes from parameter documentation to avoid doc parsing errors.
Props sudar for the original patch. See #35974 git-svn-id: https://develop.svn.wordpress.org/trunk@41686 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -368,7 +368,7 @@ class WP {
|
||||
*
|
||||
* @since 2.1.0
|
||||
*
|
||||
* @param WP &$this Current WordPress environment instance (passed by reference).
|
||||
* @param WP $this Current WordPress environment instance (passed by reference).
|
||||
*/
|
||||
do_action_ref_array( 'parse_request', array( &$this ) );
|
||||
}
|
||||
@@ -499,7 +499,7 @@ class WP {
|
||||
*
|
||||
* @since 2.1.0
|
||||
*
|
||||
* @param WP &$this Current WordPress environment instance (passed by reference).
|
||||
* @param WP $this Current WordPress environment instance (passed by reference).
|
||||
*/
|
||||
do_action_ref_array( 'send_headers', array( &$this ) );
|
||||
}
|
||||
@@ -721,7 +721,7 @@ class WP {
|
||||
*
|
||||
* @since 2.1.0
|
||||
*
|
||||
* @param WP &$this Current WordPress environment instance (passed by reference).
|
||||
* @param WP $this Current WordPress environment instance (passed by reference).
|
||||
*/
|
||||
do_action_ref_array( 'wp', array( &$this ) );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user