Changeset 1589658
- Timestamp:
- 02/06/2017 02:58:08 AM (9 years ago)
- Location:
- simple-popup-content
- Files:
-
- 2 edited
-
tags/1.3/src/functions/template-tags/general.php (modified) (1 diff)
-
trunk/src/functions/template-tags/general.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
simple-popup-content/tags/1.3/src/functions/template-tags/general.php
r1589656 r1589658 18 18 function rmspc_get_view( $popup_id ) { 19 19 20 20 21 21 22 22 $the_popup = get_post($popup_id); 23 23 $content = $the_popup->post_content; 24 24 //$content = apply_filters ("the_content", $the_popup->post_content); 25 //$content = wpautop($the_popup);25 $content = wpautop($content); 26 26 //$content = shortcode_unautop($content); 27 27 -
simple-popup-content/trunk/src/functions/template-tags/general.php
r1589656 r1589658 18 18 function rmspc_get_view( $popup_id ) { 19 19 20 20 21 21 22 22 $the_popup = get_post($popup_id); 23 23 $content = $the_popup->post_content; 24 24 //$content = apply_filters ("the_content", $the_popup->post_content); 25 //$content = wpautop($the_popup);25 $content = wpautop($content); 26 26 //$content = shortcode_unautop($content); 27 27
Note: See TracChangeset
for help on using the changeset viewer.