Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow multiple prefixes to be filtered from formatted titles #12

Closed
wants to merge 1 commit into from

Conversation

pmgarman
Copy link

@pmgarman pmgarman commented Mar 1, 2015

str_replace() will accept both strings and arrays, why force a filterable prefix to be a string where only one prefix could be passed, when we can just make it an array.

http://php.net/str_replace
http://php.net/manual/en/language.pseudo-types.php#language.types.mixed

`str_replace()` will accept both strings and arrays, why force a filterable prefix to be a string where only one prefix could be passed, when we can just make it an array.

http://php.net/str_replace
http://php.net/manual/en/language.pseudo-types.php#language.types.mixed
@jeffikus
Copy link
Member

Not going to implement this for now. Will maybe look at this again at a later stage, thanks again though @pmgarman

@jeffikus jeffikus closed this Aug 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants