Plugin Directory

Changeset 1022124


Ignore:
Timestamp:
11/08/2014 04:46:45 PM (11 years ago)
Author:
De paragon
Message:

closed spaces between <?php ?>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • recent-archive-more-widget/tags/1.1/recent-archive.php

    r1022118 r1022124  
    2222*/
    2323add_action('wp_head','ramw_add_count_to_archive');
    24 
    2524/*===---===-0--===--=-----=======---999---===============================
    2625+Another way to acheive what i have below:
     
    4241}
    4342add_action('wp_enqueue_scripts','ramw_load_ra_widget_style'); ?>
    44 
    4543<?php
    4644//some functions here
     
    149147            echo $args['before_title'] . $title . $args['after_title'];
    150148        } ?>
    151 
    152149        <?php
    153150        $archive_q = new WP_Query($a_args);
     
    157154     <?php
    158155        while ( $archive_q->have_posts() ):
    159         $archive_q->the_post();
    160 ?>
     156        $archive_q->the_post(); ?>
    161157
    162158<li>
Note: See TracChangeset for help on using the changeset viewer.