Paul Clark
Paul Clark
Just refer to the file /from/your/site/root.css
Looks like you pasted the same line twice.
Ah, so: @variables colors { /\* Error Sometimes*/ } ``` @variables colors { /* No Error */ } ```
How about this method? : http://www.gamedev.net/community/forums/topic.asp?topic_id=436613 Looks like he's not using eval, plus the input is restricted to the scope of the created function. Add to that a regex that...
Correct — that would be related. `403` is accompanied by a message that the API is being hit too much. The API limit for anonymous users is `30`, but when...
Single transient for each cached piece of information. (1 to several per plugin.)
Just realized we might have been using `plugin` differently — I meant `plugin` to mean `git-plugin-updates` vs. `github-plugin-search`. Taking `plugins` to mean all installed plugins that we're running queries on,...
Is it a private repo? If so, is a username and password set in the URL, and does the username/password you're using have access? If your username is an email,...
Wow! This is really awesome to see!!! I'm swamped between WPSessions and WordCamp Los Angeles right now, but I've made a note to read through your code as soon as...
I'm fine with at least reducing it to an option that has to be turned on with a filter: `if ( apply_filters( 'ghu_parse_plugin_uris', false ) ) { /*...Look at those...