Changeset 169 for sites/trunk/jobs.wordpress.net/public_html/wp-content/plugins/jobswp/jobswp-template.php
- Timestamp:
- 12/24/2013 08:39:56 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/jobs.wordpress.net/public_html/wp-content/plugins/jobswp/jobswp-template.php
r88 r169 81 81 $link .= apply_filters( 'list_cats', $category->name, $category ).'</a>'; 82 82 } 83 $link .= ' '.$after; 84 $output .= $link; 85 $output .= '<div class="grid_2 omega jobs-count">'; 86 83 84 $orig_jobscnt = $jobscnt; 87 85 if ( is_search() ) { 88 86 $feed_link = get_search_feed_link(); … … 93 91 } 94 92 95 $output .= '<a href="' . $feed_link . '"><div class="dashicons dashicons-rss"></div></a>' . $jobscnt . '</div> 93 $link .= " <span>($orig_jobscnt)</span> $after"; 94 $output .= $link; 95 $output .= '<div class="grid_2 omega jobs-count">'; 96 97 $output .= '<a href="' . $feed_link . '"><div class="dashicons dashicons-rss"></div></a><span>' . $jobscnt . '</span></div> 96 98 </div> 97 99 <div class="clear"></div> … … 120 122 $field_label = esc_html( $field_label ); 121 123 122 echo '<div class="post-job-input post-job-input- $field_name">' . "\n";124 echo '<div class="post-job-input post-job-input-' . $field_name . '">' . "\n"; 123 125 echo "<label for='$field_name'>$field_label" . ( $required ? '*' : '' ) . "</label>\n"; 124 126
Note: See TracChangeset
for help on using the changeset viewer.