Plugin Directory

Changeset 1512989


Ignore:
Timestamp:
10/11/2016 11:08:16 PM (9 years ago)
Author:
glamdring
Message:

adding missing text field

Location:
scienation/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • scienation/trunk/readme.txt

    r1511364 r1512989  
    44Requires at least: 3.3
    55Tested up to: 4.6
    6 Stable tag: 0.2
     6Stable tag: 0.2.1
    77License: GPLv3.0
    88License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
  • scienation/trunk/scienation-plugin.php

    r1511363 r1512989  
    174174               
    175175                $post_output['name'] = $post->post_title;
     176                $post_output['text'] = $post->post_content;
    176177                $post_output['description'] = get_post_meta($post->ID, SCN_PREFIX . 'abstract', true);
    177178                $post_output['genre'] = get_post_meta($post->ID, SCN_PREFIX . 'publicationType', true);
Note: See TracChangeset for help on using the changeset viewer.