mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 21:00:21 +00:00
Docs: Standardise the format used for documenting parameters passed by reference.
See #35974, #41017 git-svn-id: https://develop.svn.wordpress.org/trunk@41688 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1392,7 +1392,7 @@ class WP_Rewrite {
|
||||
*
|
||||
* @since 1.5.0
|
||||
*
|
||||
* @param WP_Rewrite $this Current WP_Rewrite instance, passed by reference.
|
||||
* @param WP_Rewrite $this Current WP_Rewrite instance (passed by reference).
|
||||
*/
|
||||
do_action_ref_array( 'generate_rewrite_rules', array( &$this ) );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user