Changeset 1400900
- Timestamp:
- 04/21/2016 02:51:36 AM (10 years ago)
- Location:
- genesis-shortcode-generator/trunk
- Files:
-
- 4 deleted
- 2 edited
-
admin/assets/js/admin.js (modified) (1 diff)
-
admin/class-genesis-shortcodes-admin.php (deleted)
-
assets (deleted)
-
genesis-shortcodes.php (deleted)
-
public (deleted)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
genesis-shortcode-generator/trunk/admin/assets/js/admin.js
r1341946 r1400900 60 60 onclick: function() { 61 61 editor.insertContent('[post_terms sep=" | " taxonomy=""]'); 62 } 63 } 64 ] 65 }, 66 { 67 text: 'Genesis Widgets', 68 menu: [ 69 { 70 text: 'Featured Page', 71 onclick: function() { 72 editor.insertContent('[genesis_featured_page page_id=""]'); 73 } 74 }, 75 { 76 text: 'Featured Post', 77 onclick: function() { 78 editor.insertContent('[genesis_featured_post posts_cat=""]'); 79 } 80 }, 81 { 82 text: 'User Profile', 83 onclick: function() { 84 editor.insertContent('[genesis_user_profile user=""]'); 62 85 } 63 86 } -
genesis-shortcode-generator/trunk/readme.txt
r1399884 r1400900 5 5 Requires at least: 3.5.1 6 6 Tested up to: 4.5 7 Stable tag: 1.2.07 Stable tag: 2.0.0 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.