Browse Source

enable embed field for api

pull/40/head
czaks 9 years ago
parent
commit
e35d261ff4
  1. 1
      inc/api.php

1
inc/api.php

@ -33,6 +33,7 @@ class Api {
'sticky' => 'sticky', 'sticky' => 'sticky',
'locked' => 'locked', 'locked' => 'locked',
'bump' => 'last_modified', 'bump' => 'last_modified',
'embed' => 'embed',
'slug' => 'semantic_url', 'slug' => 'semantic_url',
); );

Loading…
Cancel
Save