Changeset 1589656
- Timestamp:
- 02/06/2017 02:45:55 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
r1589609 r1589656 21 21 22 22 $the_popup = get_post($popup_id); 23 $content = apply_filters ("the_content", $the_popup->post_content); 23 $content = $the_popup->post_content; 24 //$content = apply_filters ("the_content", $the_popup->post_content); 25 //$content = wpautop($the_popup); 26 //$content = shortcode_unautop($content); 27 24 28 $popup_content = '<div style="display:none"><div id="simple-popup-content">'; 25 29 $popup_content .= $content; -
simple-popup-content/trunk/src/functions/template-tags/general.php
r1589609 r1589656 21 21 22 22 $the_popup = get_post($popup_id); 23 $content = apply_filters ("the_content", $the_popup->post_content); 23 $content = $the_popup->post_content; 24 //$content = apply_filters ("the_content", $the_popup->post_content); 25 //$content = wpautop($the_popup); 26 //$content = shortcode_unautop($content); 27 24 28 $popup_content = '<div style="display:none"><div id="simple-popup-content">'; 25 29 $popup_content .= $content;
Note: See TracChangeset
for help on using the changeset viewer.