Changeset 1400899
- Timestamp:
- 04/21/2016 02:48:42 AM (10 years ago)
- Location:
- genesis-shortcode-generator/tags/2.0.0
- Files:
-
- 4 deleted
- 1 edited
-
admin/assets/js/admin.js (modified) (1 diff)
-
admin/class-genesis-shortcodes-admin.php (deleted)
-
assets (deleted)
-
genesis-shortcodes.php (deleted)
-
public (deleted)
Legend:
- Unmodified
- Added
- Removed
-
genesis-shortcode-generator/tags/2.0.0/admin/assets/js/admin.js
r1341946 r1400899 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 }
Note: See TracChangeset
for help on using the changeset viewer.