﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
14546	Refactor direct references for $wp_rewrite class members	ikailo	duck_	"This patch replaces direct references to class members $wp_rewrite->* with their public functions.

Removes:
$wp_rewrite->flush_rules(), $wp_rewrite->add_permastruct(), $wp_rewrite->add_rewrite_tag()

Replaces with:
flush_rewrite_rules(), add_permastruct(), add_rewrite_tag()

Also removes extraneous $wp_rewrite globals.

Follow-Up to #10912"	enhancement	closed	normal	3.4	Permalinks		normal	fixed	has-patch	
