On 04/04/2008, aaron@svn.wikimedia.org aaron@svn.wikimedia.org wrote: Modified: trunk/phase3/includes/ChangesList.php
function arrow( $dir, $alt='' ) {
private function arrow( $dir, $alt='' ) {
function sideArrow() {
private function sideArrow() {
function downArrow() {
private function downArrow() {
function spacerArrow() {
private function spacerArrow() {
Private? So much for backwards compatibility. Anyway now would be a good time to think what to do to them.
1) Make them public or protected as they were? 2) Move them to a better place (GlobalFunctions? Xml?) 3) Should they be copied to extensions using them?