Changeset 1990399
- Timestamp:
- 12/10/2018 06:48:59 AM (7 years ago)
- Location:
- wpyog-documents/trunk
- Files:
-
- 2 edited
-
index.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wpyog-documents/trunk/index.php
r1714031 r1990399 69 69 70 70 wp_enqueue_script('media-upload'); 71 wp_enqueue_media(array(72 'post' => $post->ID, 73 ));71 72 if(is_object($post) ) 73 wp_enqueue_media(array('post' => $post->ID)); 74 74 } 75 75 function wpyog_document(){ -
wpyog-documents/trunk/readme.txt
r1888603 r1990399 5 5 Tags: Document Management, Document, Simple Documents , Topics, PDF document upload, Word document upload 6 6 Requires at least: 4.0 7 Tested up to: 4.9.67 Tested up to: 5.0 8 8 Stable tag: trunk 9 9 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.