Changeset 1512989
- Timestamp:
- 10/11/2016 11:08:16 PM (9 years ago)
- Location:
- scienation/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
scienation-plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
scienation/trunk/readme.txt
r1511364 r1512989 4 4 Requires at least: 3.3 5 5 Tested up to: 4.6 6 Stable tag: 0.2 6 Stable tag: 0.2.1 7 7 License: GPLv3.0 8 8 License URI: https://www.gnu.org/licenses/gpl-3.0.en.html -
scienation/trunk/scienation-plugin.php
r1511363 r1512989 174 174 175 175 $post_output['name'] = $post->post_title; 176 $post_output['text'] = $post->post_content; 176 177 $post_output['description'] = get_post_meta($post->ID, SCN_PREFIX . 'abstract', true); 177 178 $post_output['genre'] = get_post_meta($post->ID, SCN_PREFIX . 'publicationType', true);
Note: See TracChangeset
for help on using the changeset viewer.