-
Dear,
if you are looking for some improvement on the french translation, I can help you a bit there.
Therefore do not hesitate to contact me
Cheers,
Julien
-
See https://glotpress.trac.wordpress.org/ticket/480
> `gp_append_meta()` doesn't even work for non user objects.. `$object_id_column` and `$slug` are not defined, It uses the wrong variable in the SQ…
-
Hi Yahnis,
Do you have any plans to write a class to support language pack updating from non-wordpress.org sources, for when WordPress starts to support downloading language packs separately from the…
-
Currently GlotPress stores options as `gp_option` in the meta table. We should replace this with the options API from WordPress.
**Proposal:**
- `gp_update_option()` => `update_option()`
- `gp_get_op…
-
If WordPress is installed in a subdirectory (like http://site/wp) it only returns a 404 error.
This is because router.php has the following code on line 136:
`
if ( $url_base && ! gp_startswith( $_S…
-
![image](https://cloud.githubusercontent.com/assets/437043/3775724/5c63334c-1949-11e4-8926-c81958260e69.png)
-
...to make it easier for those moving from GlotPress standalone install.
bradt updated
9 years ago
-
`gp_time_since()` is only used on the profile page, see https://github.com/deliciousbrains/GlotPress/blob/d6d64318936885320a3e9412a3ce3c9ed28cd764/gp-templates/profile-public.php#L43.
-
I've added this to the 1.0 milestone for now, but it's up for debate. WordPress core will be supporting PHP 7 when it is released next month.
bradt updated
9 years ago
-
Grabbing the waiting strings will be a must. Any news on that?