| @@ -94,10 +94,11 @@ | ||
| 94 | 94 | |
| 95 | 95 | /** |
| 96 | 96 | * Before Single Property Summary Div |
| 97 | 97 | * |
| 98 | - * @see propertyhive_show_product_images() | |
| 99 | - * @see propertyhive_show_product_thumbnails() | |
| 98 | + * @see propertyhive_template_not_on_market() | |
| 99 | + * @see propertyhive_show_property_images() | |
| 100 | + * @see propertyhive_show_property_thumbnails() | |
| 100 | 101 | */ |
| 101 | 102 | add_action( 'propertyhive_before_single_property_summary', 'propertyhive_template_not_on_market', 5 ); |
| 102 | 103 | add_action( 'propertyhive_before_single_property_summary', 'propertyhive_show_property_images', 10 ); |
| 103 | 104 | add_action( 'propertyhive_product_thumbnails', 'propertyhive_show_property_thumbnails', 20 ); |
| @@ -108,9 +109,8 @@ | ||
| 108 | 109 | * @see propertyhive_template_single_title() |
| 109 | 110 | * @see propertyhive_template_single_floor_area() |
| 110 | 111 | * @see propertyhive_template_single_price() |
| 111 | 112 | * @see propertyhive_template_single_meta() |
| 112 | - * @see propertyhive_template_single_actions() | |
| 113 | 113 | * @see propertyhive_template_single_sharing() |
| 114 | 114 | */ |
| 115 | 115 | add_action( 'propertyhive_single_property_summary', 'propertyhive_template_single_title', 5 ); |
| 116 | 116 | add_action( 'propertyhive_single_property_summary', 'propertyhive_template_single_floor_area', 7 ); // commercial only |
| @@ -120,9 +120,9 @@ | ||
| 120 | 120 | |
| 121 | 121 | /** |
| 122 | 122 | * After Single Property Summary Div |
| 123 | 123 | * |
| 124 | - * @see propertyhive_template_loop_actions() | |
| 124 | + * @see propertyhive_template_single_actions() | |
| 125 | 125 | * @see propertyhive_template_single_features() |
| 126 | 126 | * @see propertyhive_template_single_summary() |
| 127 | 127 | * @see propertyhive_template_single_description() |
| 128 | 128 | */ |