Skip to content

Commit

Permalink
Remove unrelated changes from this branch for feature-specific pull r…
Browse files Browse the repository at this point in the history
…equest.
  • Loading branch information
Matthew Harvey committed Jul 23, 2013
1 parent 8bbe3ae commit cb4de70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ad-code-manager.php
Expand Up @@ -1076,8 +1076,8 @@ function shortcode( $atts ) {

/**
* Allow ad sizes to be defined as arrays or as basic width x height.
* The purpose of this is to solve for flex spaces, where multiple ad
* sizes may be required to load in the same ad unit
* The purpose of this is to solve for flex units, where multiple ad
* sizes may be required to load in the same ad unit.
*/
function parse_ad_tag_sizes( $url_vars ) {
if ( empty( $url_vars ) )
Expand Down
4 changes: 0 additions & 4 deletions providers/doubleclick-for-publishers-async.php
Expand Up @@ -139,10 +139,6 @@ public function filter_output_html( $output_html, $tag_id ) {
switch ( $tag_id ) {
case 'dfp_head':
$ad_tags = $ad_code_manager->ad_tag_ids;

// Allow users to set targeting parameters
$set_targeting = apply_filters( 'acm_add_set_targets', '' );

ob_start();
?>
<!-- Include google_services.js -->
Expand Down

0 comments on commit cb4de70

Please sign in to comment.