Changeset 2192724
- Timestamp:
- 11/14/2019 12:14:30 PM (6 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
r1990399 r2192724 70 70 wp_enqueue_script('media-upload'); 71 71 72 if(is_object($post) ) 73 wp_enqueue_media(array('post' => $post->ID)); 72 if(is_object($post) ){ 73 wp_enqueue_media(array('post' => $post->ID)); 74 }else{ 75 wp_enqueue_media(); 76 } 77 74 78 } 75 79 function wpyog_document(){ -
wpyog-documents/trunk/readme.txt
r1990399 r2192724 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: 5. 07 Tested up to: 5.3 8 8 Stable tag: trunk 9 9 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.