PluginProbe
Property Hive / 2.3.0
Property Hive v2.3.0
2.3.1 2.3.0 2.2.6 2.2.5 2.2.4 2.2.3 2.2.2 1.4.46 1.4.47 1.4.48 1.4.49 1.4.5 1.4.50 1.4.51 1.4.52 1.4.53 1.4.54 1.4.55 1.4.56 1.4.57 1.4.58 1.4.59 1.4.6 1.4.60 1.4.61 All 261 releases
← All changes | templates/content-single-property.php +2 -1 1.4.552.3.0 View file →
@@ -16,8 +16,9 @@
16 16
17 17 <?php
18 18 if ( post_password_required() )
19 19 {
20 + // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- WordPress returns the escaped password form HTML and its trusted PHP form filter.
20 21 echo get_the_password_form();
21 22 return;
22 23 }
23 24 ?>
@@ -62,5 +63,5 @@
62 63 */
63 64 do_action( 'propertyhive_after_single_property_summary' );
64 65 ?>
65 66
66 -</div><!-- #property-<?php the_ID(); ?> -->
67 +</div><!-- #property-<?php the_ID(); ?> -->