Changeset 3418056
- Timestamp:
- 12/12/2025 09:24:17 AM (46 hours ago)
- Location:
- personalizer/trunk
- Files:
-
- 3 edited
-
build/post-personas/block.json (modified) (1 diff)
-
inc/Personas.php (modified) (1 diff)
-
src/post-personas/block.json (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
personalizer/trunk/build/post-personas/block.json
r3417050 r3418056 4 4 "title": "Post Personas", 5 5 "version": "1.0.0", 6 "description": " A block for displaying post personas",6 "description": "Displays personas assigned to a post.", 7 7 "category": "theme", 8 8 "icon": "smiley", -
personalizer/trunk/inc/Personas.php
r3418053 r3418056 145 145 update_term_meta( $term_id, 'persona_sort_order', absint( $_POST['persona_sort_order'] ) ); 146 146 } 147 flush_rewrite_rules(); 147 148 } 148 149 -
personalizer/trunk/src/post-personas/block.json
r3417050 r3418056 4 4 "title": "Post Personas", 5 5 "version": "1.0.0", 6 "description": " A block for displaying post personas",6 "description": "Displays personas assigned to a post.", 7 7 "category": "theme", 8 8 "icon": "smiley",
Note: See TracChangeset
for help on using the changeset viewer.