Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Typos in em-location.php

$
0
0

Replies: 0

When calling any EM_Location Object, I noticed a typo in the new array ‘shortnames’ => slug & name.

This is the current result:

[shortnames:protected] => Array
    (
        [language] => location_language
        [translation] => location_translation
        [parent] => location_parent
        [id] => location_id
        [slug] => locatoin_slug
        [name] => locatoin_name
        [status] => location_status
        [owner] => location_owner
    )

These typos are made in events-manager/classes/em-location.php lines 114 + 115.
I have not figured out yet what these new variables refer to, but I can imagine that such typos will cause problems somewhere.


Viewing all articles
Browse latest Browse all 59525

Trending Articles