-
```
gp-includes/misc.php
497:function gp_json_encode( $data, $options = 0, $depth = 512 ) {
534: * @see gp_json_encode()
gp-includes/routes/glossary-entry.php
124: echo gp_json_encode( $ou…
-
Kinda makes sense given the purpose of the plugin itself!
-
I think we should provide a hook which plugins can use to bootstrap their code. This would reduce the need for `is_plugin_active()` checks to prevent fatal errors.
Maybe `gp_init` and/or `gp_loaded`?…
-
bradt updated
9 years ago
-
I think `gp-settings.php` should only define constants/globals, include/require files and register plugin (de)activation hooks.
I'd also like to see all `add_action()` and `add_filter()` calls to be …
-
This is a very small problem and I don't know if this is the right place to say it, but I've seen a wrong translation in the french version:
![screen shot 2015-04-25 at 9 05 40 pm](https://cloud.githu…
-
Det är ett antal delar där vi behöver försäkra oss om att översättningar finns och är fullständiga. Vi kan i förstahand koncentrera oss på sådant som visas i front end. Det handlar framför allt om bbP…
EyesX updated
9 years ago
-
Being a WordPress developer means that my main programming language is PHP. Which works for building websites but not for running tasks.
In this talk, I will share my experience using Node.js as a pl…
-
Replace all things like this:
``` php
function bbl_get_current_interface_lang_code() {
global $bbl_locale;
return $bbl_locale->get_interface_lang();
}
```
With something like this:
``` php
…
-
Deleting a project or a glossary item (at least) will result into a PHP notice:
> Notice: wpdb::prepare was called incorrectly. The query argument of wpdb::prepare() must have a placeholder.
`sql_fr…
bjork updated
9 years ago