Changeset 1551828
- Timestamp:
- 12/11/2016 10:35:55 AM (9 years ago)
- Location:
- playbuzz
- Files:
-
- 70 added
- 3 edited
-
tags/0.9.5 (added)
-
tags/0.9.5/.idea (added)
-
tags/0.9.5/.idea/copyright (added)
-
tags/0.9.5/.idea/copyright/profiles_settings.xml (added)
-
tags/0.9.5/.idea/modules.xml (added)
-
tags/0.9.5/.idea/playbuzz.iml (added)
-
tags/0.9.5/.idea/vcs.xml (added)
-
tags/0.9.5/activator.php (added)
-
tags/0.9.5/admin.php (added)
-
tags/0.9.5/css (added)
-
tags/0.9.5/css/admin-rtl.css (added)
-
tags/0.9.5/css/admin.css (added)
-
tags/0.9.5/css/index.php (added)
-
tags/0.9.5/css/tinymce-visual-editor-rtl.css (added)
-
tags/0.9.5/css/tinymce-visual-editor.css (added)
-
tags/0.9.5/deactivator.php (added)
-
tags/0.9.5/i18n.php (added)
-
tags/0.9.5/img (added)
-
tags/0.9.5/img/action_close_blue.png (added)
-
tags/0.9.5/img/action_close_grey.png (added)
-
tags/0.9.5/img/action_edit_blue.png (added)
-
tags/0.9.5/img/action_edit_grey.png (added)
-
tags/0.9.5/img/admin-embed-customization.png (added)
-
tags/0.9.5/img/admin-embed-items.png (added)
-
tags/0.9.5/img/admin-recommendations.png (added)
-
tags/0.9.5/img/index.php (added)
-
tags/0.9.5/img/playbuzz-placeholder.png (added)
-
tags/0.9.5/img/plybuzz-logo-dark_bg.png (added)
-
tags/0.9.5/img/plybuzz-logo.png (added)
-
tags/0.9.5/img/popup-bg.png (added)
-
tags/0.9.5/img/recommendation-image-list.jpg (added)
-
tags/0.9.5/img/recommendation-list.jpg (added)
-
tags/0.9.5/img/recommendation-tumbs.jpg (added)
-
tags/0.9.5/img/search-icon.png (added)
-
tags/0.9.5/img/share.png (added)
-
tags/0.9.5/img/tinymce_playbuzz_blue.png (added)
-
tags/0.9.5/img/tinymce_playbuzz_grey.png (added)
-
tags/0.9.5/img/user-icon.png (added)
-
tags/0.9.5/index.php (added)
-
tags/0.9.5/js (added)
-
tags/0.9.5/js/index.php (added)
-
tags/0.9.5/js/playbuzz-admin.js (added)
-
tags/0.9.5/js/playbuzz-tinymce.js (added)
-
tags/0.9.5/lang (added)
-
tags/0.9.5/lang/index.php (added)
-
tags/0.9.5/lang/playbuzz-he_IL.mo (added)
-
tags/0.9.5/lang/playbuzz-he_IL.po (added)
-
tags/0.9.5/lang/playbuzz.pot (added)
-
tags/0.9.5/lang/readme.txt (added)
-
tags/0.9.5/oembed.php (added)
-
tags/0.9.5/readme.txt (added)
-
tags/0.9.5/screenshot-1.png (added)
-
tags/0.9.5/screenshot-2.png (added)
-
tags/0.9.5/screenshot-3.png (added)
-
tags/0.9.5/screenshot-4.png (added)
-
tags/0.9.5/screenshot-5.png (added)
-
tags/0.9.5/screenshot-6.png (added)
-
tags/0.9.5/screenshot-7.png (added)
-
tags/0.9.5/scripts-styles.php (added)
-
tags/0.9.5/shortcodes.php (added)
-
tags/0.9.5/tinymce.php (added)
-
tags/0.9.5/uninstall.php (added)
-
tags/0.9.5/widgets.php (added)
-
trunk/.idea (added)
-
trunk/.idea/copyright (added)
-
trunk/.idea/copyright/profiles_settings.xml (added)
-
trunk/.idea/modules.xml (added)
-
trunk/.idea/playbuzz.iml (added)
-
trunk/.idea/vcs.xml (added)
-
trunk/index.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/shortcodes.php (modified) (2 diffs)
-
trunk/widgets.php (added)
Legend:
- Unmodified
- Added
- Removed
-
playbuzz/trunk/index.php
r1522447 r1551828 4 4 Plugin URI: https://www.playbuzz.com/ 5 5 Description: Embed customized playful content from Playbuzz.com into your WordPress site 6 Version: 0.9. 46 Version: 0.9.5 7 7 Author: Playbuzz 8 8 Author URI: https://www.playbuzz.com/ -
playbuzz/trunk/readme.txt
r1522446 r1551828 4 4 Requires at least: 3.9 5 5 Tested up to: 4.5.2 6 Stable tag: 0.9. 46 Stable tag: 0.9.5 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 90 90 91 91 == Changelog == 92 93 = 0.9.5 (2016-12-05) = 94 * Support for Instant Article plugin 92 95 93 96 = 0.9.4 (2016-10-26) = -
playbuzz/trunk/shortcodes.php
r1522446 r1551828 95 95 if ( 'content' == $embeddedon ) { 96 96 // Show only in singular pages 97 if ( is_singular() ) {97 if ( is_singular() || is_admin()) { 98 98 return $code; 99 99 } … … 162 162 if ( 'content' == $embeddedon ) { 163 163 // Show only in singular pages 164 if ( is_singular() ) {164 if ( is_singular() || is_admin() ) { 165 165 return $code; 166 166 }
Note: See TracChangeset
for help on using the changeset viewer.