Skip to content
This repository has been archived by the owner on Jan 29, 2019. It is now read-only.

Commit

Permalink
Remove unused private replaceGeneralPrefix method
Browse files Browse the repository at this point in the history
  • Loading branch information
addshore committed Sep 7, 2015
1 parent 7d08312 commit 652d731
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions SpecialContentStaging.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,15 +165,6 @@ private function getPagesByPrefix( $prefix ) {
return $res;
}

/**
* @param string $title
* @param string $prefix
* @return string
*/
private function replaceGeneralPrefix( $title, $prefix ) {
return str_replace( $prefix . '/', '', $title );
}

/**
* @param string $fullTitle
* @return string
Expand Down

0 comments on commit 652d731

Please sign in to comment.